diff --git a/src/modules/conf_intl/e_int_config_intl.c b/src/modules/conf_intl/e_int_config_intl.c index 9f3db5df9..89fc64ba5 100644 --- a/src/modules/conf_intl/e_int_config_intl.c +++ b/src/modules/conf_intl/e_int_config_intl.c @@ -863,12 +863,13 @@ _lc_check(void) buf[0] = 0; - if (getenv("LC_COLLATE")) strcat(buf, "LC_COLLATE
"); if (getenv("LC_CTYPE")) strcat(buf, "LC_CTYPE
"); - if (getenv("LC_MESSAGES")) strcat(buf, "LC_MESSAGES
"); - if (getenv("LC_MONETARY")) strcat(buf, "LC_MONETARY
"); if (getenv("LC_NUMERIC")) strcat(buf, "LC_NUMERIC
"); if (getenv("LC_TIME")) strcat(buf, "LC_TIME
"); + if (getenv("LC_COLLATE")) strcat(buf, "LC_COLLATE
"); + if (getenv("LC_MONETARY")) strcat(buf, "LC_MONETARY
"); + if (getenv("LC_MESSAGES")) strcat(buf, "LC_MESSAGES
"); + if (getenv("LC_ALL")) strcat(buf, "LC_ALL
"); if (buf[0] != 0) e_util_dialog_show(_("Possible Locale problems"),