aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index a13abd7ba..dac154d56 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -381,8 +381,8 @@ i18n_init(void)
{
#ifdef ENABLE_NLS
#ifdef HAVE_LC_MESSAGES
- setlocale( LC_MESSAGES, "" );
setlocale( LC_TIME, "" );
+ setlocale( LC_MESSAGES, "" );
#else
setlocale( LC_ALL, "" );
#endif