Enlightenment CVS committal

Author  : andyetitmoves
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_intl.c 


Log Message:
minor fix: add spaces to error messages

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_intl.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- e_intl.c    3 Dec 2005 12:53:02 -0000       1.62
+++ e_intl.c    3 Dec 2005 15:00:44 -0000       1.63
@@ -210,8 +210,8 @@
    alias_locale = _e_intl_locale_alias_get(_e_intl_language);
    if (!_e_intl_locale_validate(alias_locale))
      {
-       fprintf(stderr, "Locale %s is NO GOOD. Please" 
-              "install this locale or don't" 
+       fprintf(stderr, "Locale %s is NO GOOD. Please "
+              "install this locale or don't "
                "use it!\n", alias_locale);
      }
    else
@@ -224,11 +224,11 @@
              locale_path = _e_intl_language_path_find(alias_locale);
              if (locale_path == NULL)
               {
-                 fprintf(stderr, "The eMonkeys can not find the" 
+                 fprintf(stderr, "The eMonkeys can not find the "
                         " eTranslation for your eLocale(%s). "
                         "Please make sure your messages "
-                        "path is in order. If this locale"
-                        "is an alias make sure you have your"
+                        "path is in order. If this locale "
+                        "is an alias make sure you have your "
                         "locale.aliases file in the right place\n", 
alias_locale);
               }
             else




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to