1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

Fix translated string in output of "/uptime -o"

This commit is contained in:
Sebastien Helleu
2010-02-20 13:23:27 +01:00
parent 35157bc2f1
commit b523613e73
+1 -1
View File
@@ -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,