From 2f655c348d808577e1723d3360a9ea6807dd1378 Mon Sep 17 00:00:00 2001 From: andyetitmoves Date: Sat, 3 Dec 2005 15:00:44 +0000 Subject: [PATCH] minor fix: add spaces to error messages SVN revision: 18814 --- src/bin/e_intl.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/e_intl.c b/src/bin/e_intl.c index 745176c..1879046 100644 --- a/src/bin/e_intl.c +++ b/src/bin/e_intl.c @@ -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 -- 2.7.4