Enlightenment CVS committal

Author  : maxerba
Project : e_modules
Module  : tiling

Dir     : e_modules/tiling


Modified Files:
        e_mod_config.c 


Log Message:
gettext doesn't like lines with the percent character because it is used in 
parameters.
don't know if there is a way to protect it, however I don't think a few bytes 
will hurt anyone :)

===================================================================
RCS file: /cvs/e/e_modules/tiling/e_mod_config.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_config.c      5 Jun 2008 10:55:51 -0000       1.1
+++ e_mod_config.c      8 Jun 2008 16:15:28 -0000       1.2
@@ -287,7 +287,7 @@
 
      { /* Bigmain settings */
        of = e_widget_framelist_add(evas, D_("Bigmain settings"), 0);
-       FRAME_ADD(of, e_widget_label_add(evas, D_("Big win takes % of 
screen:")));
+       FRAME_ADD(of, e_widget_label_add(evas, D_("Big win takes percent of 
screen:")));
        FRAME_ADD(of, e_widget_slider_add(evas, 1, 0, D_("%.2f"), 0.1, 1.0, 
0.01, 0, &(cfdata->big_perc), NULL, 100));
        e_widget_table_object_append(ot, of, 1, 1, 1, 1, 1, 1, 1, 1);
      }



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to