diff options
Diffstat (limited to 'plugins/check_time.c')
-rw-r--r-- | plugins/check_time.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_time.c b/plugins/check_time.c index e6c3c71..f73005d 100644 --- a/plugins/check_time.c +++ b/plugins/check_time.c | |||
@@ -55,6 +55,10 @@ main (int argc, char **argv) | |||
55 | int sd; | 55 | int sd; |
56 | int result; | 56 | int result; |
57 | 57 | ||
58 | setlocale (LC_ALL, ""); | ||
59 | bindtextdomain (PACKAGE, LOCALEDIR); | ||
60 | textdomain (PACKAGE); | ||
61 | |||
58 | if (process_arguments (argc, argv) != OK) | 62 | if (process_arguments (argc, argv) != OK) |
59 | usage (_("Invalid command arguments supplied\n")); | 63 | usage (_("Invalid command arguments supplied\n")); |
60 | 64 | ||