summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,