summaryrefslogtreecommitdiff
path: root/src/common/command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-11-06 12:23:55 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-11-06 12:23:55 +0000
commit2bbc2d53eb518f28c51d40872e45e394e470266e (patch)
tree404b7e37cfbb644dfe1e9e07ba7820b330bd2bf5 /src/common/command.c
parent68cf32708888674eb44823aa015fa76c468735e8 (diff)
downloadweechat-2bbc2d53eb518f28c51d40872e45e394e470266e.zip
Added missing translation for /uptime command
Diffstat (limited to 'src/common/command.c')
-rw-r--r--src/common/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/command.c b/src/common/command.c
index 037004849..6bbddade7 100644
--- a/src/common/command.c
+++ b/src/common/command.c
@@ -2665,7 +2665,7 @@ weechat_cmd_uptime (int argc, char **argv)
|| (BUFFER_IS_PRIVATE(gui_current_window->buffer))))
{
snprintf (string, sizeof (string),
- "WeeChat uptime: %d %s %02d:%02d:%02d, started on %s",
+ _("WeeChat uptime: %d %s %02d:%02d:%02d, started on %s"),
day,
(day > 1) ? _("days") : _("day"),
hour,