Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/ibar Modified Files: e_mod_config.c Log Message: patches from people (see mail list) and stuff. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_config.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- e_mod_config.c 30 Oct 2006 10:48:00 -0000 1.32 +++ e_mod_config.c 19 Nov 2006 08:58:05 -0000 1.33 @@ -118,15 +118,15 @@ rg = e_widget_radio_group_new(&(cfdata->eap_label)); - cfdata->radio_name = e_widget_radio_add(evas, _("Display Eap Name"), 0, rg); + cfdata->radio_name = e_widget_radio_add(evas, _("Display App Name"), 0, rg); e_widget_framelist_object_append(of, cfdata->radio_name); if (!cfdata->show_label) e_widget_disabled_set(cfdata->radio_name, 1); - cfdata->radio_comment = e_widget_radio_add(evas, _("Display Eap Comment"), 1, rg); + cfdata->radio_comment = e_widget_radio_add(evas, _("Display App Comment"), 1, rg); e_widget_framelist_object_append(of, cfdata->radio_comment); if (!cfdata->show_label) e_widget_disabled_set(cfdata->radio_comment, 1); - cfdata->radio_generic = e_widget_radio_add(evas, _("Display Eap Generic"), 2, rg); + cfdata->radio_generic = e_widget_radio_add(evas, _("Display App Generic"), 2, rg); e_widget_framelist_object_append(of, cfdata->radio_generic); if (!cfdata->show_label) e_widget_disabled_set(cfdata->radio_generic, 1); @@ -157,8 +157,8 @@ E_Config_Dialog_Data *cfdata; cfdata = data; - e_entry_dialog_show(_("Create new ibar source"), "enlightenment/e", - _("Enter a name for this new source"), "", NULL, NULL, + e_entry_dialog_show(_("Create new IBar source"), "enlightenment/e", + _("Enter a name for this new source:"), "", NULL, NULL, _cb_entry_ok, NULL, cfdata); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs