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

core: translate log message when the signal SIGHUP is received

This commit is contained in:
Sébastien Helleu
2020-04-21 22:39:51 +02:00
parent 100440c8a1
commit 6e18f31cb2
14 changed files with 67 additions and 15 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ gui_main_handle_reload_signal ()
if (gui_main_handle_signal (signal_name) != WEECHAT_RC_OK_EAT)
{
log_printf ("Signal %s received, reloading WeeChat configuration...",
log_printf (_("Signal %s received, reloading configuration..."),
signal_name);
command_reload_files ();
}