mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
Added missing translation for /uptime command
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user