Enlightenment CVS committal Author : vandango Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/cpufreq Modified Files: e_mod_main.c Log Message: supports now language for 'CPU Frequency Error' string =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- e_mod_main.c 25 Apr 2005 08:59:30 -0000 1.12 +++ e_mod_main.c 25 Apr 2005 09:13:53 -0000 1.13 @@ -267,9 +267,9 @@ ret = system(buf); if (ret != 0) { - e_error_dialog_show("CPU Frequency ERROR", - "There was an error trying to set the cpu frequency\n" - "governor via the module's setfreq utility."); + e_error_dialog_show(_("CPU Frequency ERROR"), + _("There was an error trying to set the cpu frequency\n" + "governor via the module's setfreq utility.")); } } @@ -284,9 +284,9 @@ ret = system(buf); if (ret != 0) { - e_error_dialog_show("CPU Frequency ERROR", - "There was an error trying to set the cpu frequency\n" - "setting via the module's setfreq utility."); + e_error_dialog_show(_("CPU Frequency ERROR"), + _("There was an error trying to set the cpu frequency\n" + "setting via the module's setfreq utility.")); } } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs