summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index c862ce858..23c800012 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -3517,7 +3517,7 @@ command_uptime (void *data, struct t_gui_buffer *buffer,
snprintf (string, sizeof (string),
"WeeChat uptime: %d %s %02d:%02d:%02d, started on %s",
day,
- NG_("day", "days", day),
+ (day > 1) ? "days" : "day",
hour,
min,
sec,