Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : echo

Dir     : e_modules/echo/src


Modified Files:
        e_mod_main.c 


Log Message:
Module does not support i18n

===================================================================
RCS file: /cvs/e/e_modules/echo/src/e_mod_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.c        9 Jan 2008 23:07:58 -0000       1.1
+++ e_mod_main.c        10 Jan 2008 07:24:42 -0000      1.2
@@ -166,33 +166,33 @@
           {
              _echo_cfg_free();
             ecore_timer_add(1.0, _echo_cfg_timer,
-                            _("Echo Module Configuration data needed "
-                              "upgrading. Your old configuration<br> has been"
-                              " wiped and a new set of defaults initialized. "
-                              "This<br>will happen regularly during "
-                              "development, so don't report a<br>bug. "
-                              "This simply means the Echo module needs "
-                              "new configuration<br>data by default for "
-                              "usable functionality that your old<br>"
-                              "configuration simply lacks. This new set of "
-                              "defaults will fix<br>that by adding it in. "
-                              "You can re-configure things now to your<br>"
-                              "liking. Sorry for the inconvenience.<br>"));
+                            "Echo Module Configuration data needed "
+                            "upgrading. Your old configuration<br> has been"
+                            " wiped and a new set of defaults initialized. "
+                            "This<br>will happen regularly during "
+                            "development, so don't report a<br>bug. "
+                            "This simply means the Echo module needs "
+                            "new configuration<br>data by default for "
+                            "usable functionality that your old<br>"
+                            "configuration simply lacks. This new set of "
+                            "defaults will fix<br>that by adding it in. "
+                            "You can re-configure things now to your<br>"
+                            "liking. Sorry for the inconvenience.<br>");
           }
         else if (echo_cfg->version > MOD_CFG_FILE_VERSION) 
           {
              _echo_cfg_free();
             ecore_timer_add(1.0, _echo_cfg_timer, 
-                            _("Your Echo Module configuration is NEWER "
-                              "than the Echo Module version. This is "
-                              "very<br>strange. This should not happen unless"
-                              " you downgraded<br>the Echo Module or "
-                              "copied the configuration from a place where"
-                              "<br>a newer version of the Echo Module "
-                              "was running. This is bad and<br>as a "
-                              "precaution your configuration has been now "
-                              "restored to<br>defaults. Sorry for the "
-                              "inconvenience.<br>"));
+                            "Your Echo Module configuration is NEWER "
+                            "than the Echo Module version. This is "
+                            "very<br>strange. This should not happen unless"
+                            " you downgraded<br>the Echo Module or "
+                            "copied the configuration from a place where"
+                            "<br>a newer version of the Echo Module "
+                            "was running. This is bad and<br>as a "
+                            "precaution your configuration has been now "
+                            "restored to<br>defaults. Sorry for the "
+                            "inconvenience.<br>");
           }
      }
    if (!echo_cfg) _echo_cfg_new();



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to