aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorStephen Fisher <sfisher@sdf.org>2014-12-23 15:24:57 -0700
committerStephen Fisher <sfisher@sdf.org>2014-12-23 22:26:14 +0000
commitafbdf1043fc8e9354b978296419a541e3bf26cfb (patch)
tree2c902bef422a3267cbf0e59b0a1ae06441a277ae /version_info.c
parent7d87adf5cd0a4db14446977c87c6aade415b0ef5 (diff)
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 <sfisher@sdf.org>
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c2
1 files changed, 1 insertions, 1 deletions
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 */