Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot/src


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:
My bad, should be no i18n

===================================================================
RCS file: /cvs/e/e_modules/screenshot/src/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c        10 Jan 2008 06:13:49 -0000      1.6
+++ e_mod_main.c        10 Jan 2008 06:16:33 -0000      1.7
@@ -107,34 +107,34 @@
             /* Config Too Old */
             _cfg_free();
             ecore_timer_add(1.0, _cfg_timer,
-                            D_("Screenshot 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 Screenshot 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>"));
+                            "Screenshot 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 Screenshot 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 (ss_cfg->version > MOD_CONFIG_FILE_VERSION) 
          {
             /* Config Too New */
             _cfg_free();
             ecore_timer_add(1.0, _cfg_timer, 
-                            D_("Your Screenshot Module configuration is NEWER "
-                               "than the Screenshot Module version. This is "
-                               "very<br>strange. This should not happen unless"
-                               " you downgraded<br>the Screenshot Module or "
-                               "copied the configuration from a place where"
-                               "<br>a newer version of the Screenshot 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 Screenshot Module configuration is NEWER "
+                            "than the Screenshot Module version. This is "
+                            "very<br>strange. This should not happen unless"
+                            " you downgraded<br>the Screenshot Module or "
+                            "copied the configuration from a place where"
+                            "<br>a newer version of the Screenshot 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>"));
          }
      }
 
===================================================================
RCS file: /cvs/e/e_modules/screenshot/src/e_mod_main.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.h        10 Jan 2008 06:13:49 -0000      1.4
+++ e_mod_main.h        10 Jan 2008 06:16:33 -0000      1.5
@@ -1,5 +1,3 @@
-#define D_(str) dgettext(PACKAGE, str)
-
 #ifndef E_MOD_MAIN_H
 #define E_MOD_MAIN_H
 



-------------------------------------------------------------------------
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