minor fix: add spaces to error messages
authorandyetitmoves <andyetitmoves>
Sat, 3 Dec 2005 15:00:44 +0000 (15:00 +0000)
committerandyetitmoves <andyetitmoves@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Dec 2005 15:00:44 +0000 (15:00 +0000)
SVN revision: 18814

src/bin/e_intl.c

index 745176c..1879046 100644 (file)
@@ -210,8 +210,8 @@ e_intl_language_set(const char *lang)
    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 @@ e_intl_language_set(const char *lang)
              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