Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_apps.c Log Message: Consistant Over Use Of Capitalisation. It Sucks, It's Bad English, But It's Consistant With The Rest Of E. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- e_int_config_apps.c 26 Nov 2006 17:48:05 -0000 1.47 +++ e_int_config_apps.c 26 Nov 2006 17:54:29 -0000 1.48 @@ -656,7 +656,7 @@ 150, 220, /* min */ 99999, 99999 /* max */ ); - mt = e_widget_check_add(evas, _("All applications"), &(cfdata->sorted)); + mt = e_widget_check_add(evas, _("All Applications"), &(cfdata->sorted)); evas_object_smart_callback_add(mt, "changed", _cb_files_sorted_changed, cfdata); e_widget_framelist_object_append(of, mt); @@ -667,7 +667,7 @@ _cb_button_add, cfdata, NULL); /* else - mt = e_widget_button_add(evas, _("Add application ->"), "enlightenment/e", + mt = e_widget_button_add(evas, _("Add Application ->"), "enlightenment/e", _cb_button_add, cfdata, NULL); */ if (mt) @@ -756,13 +756,13 @@ 99999, 99999 /* max */ ); /* - mt = e_widget_button_add(evas, _("Move application up"), "widget/up_arrow", + mt = e_widget_button_add(evas, _("Move Application up"), "widget/up_arrow", _cb_button_move_up, cfdata, NULL); cfdata->gui.o_move_up_button = mt; e_widget_framelist_object_append(of, mt); e_widget_disabled_set(cfdata->gui.o_move_up_button, 1); - mt = e_widget_button_add(evas, _("Move application down"), "widget/down_arrow", + mt = e_widget_button_add(evas, _("Move Application down"), "widget/down_arrow", _cb_button_move_down, cfdata, NULL); cfdata->gui.o_move_down_button = mt; e_widget_framelist_object_append(of, mt); ------------------------------------------------------------------------- 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