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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user