From afbdf1043fc8e9354b978296419a541e3bf26cfb Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Tue, 23 Dec 2014 15:24:57 -0700 Subject: Change version info string "without locale" to "with default locale" so it doesn't sound as though something is missing. Change-Id: Ifa584357c4613fd898824db011329971c9561c41 Reviewed-on: https://code.wireshark.org/review/6027 Reviewed-by: Stephen Fisher --- version_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_info.c b/version_info.c index 8ea9162778..e9168ab0a9 100644 --- a/version_info.c +++ b/version_info.c @@ -121,7 +121,7 @@ get_runtime_version_info(GString *str, void (*additional_info)(GString *)) if ((lang = getenv ("LANG")) != NULL) g_string_append_printf(str, ", with locale %s", lang); else - g_string_append(str, ", without locale"); + g_string_append(str, ", with default locale"); #endif /* Additional application-dependent information */ -- cgit v1.2.1