1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

In "Configuration file was modified ..." text, added "Use /SAVE or

/RELOAD to get rid of this message."


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1068 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-05 06:49:47 +00:00 committed by cras
parent c3a45d0812
commit b4f4a1a9dd

View File

@ -571,7 +571,9 @@ static void sig_autosave(void)
fname = g_strconcat(mainconfig->fname, ".autosave", NULL);
str = g_strdup_printf(_("Configuration file was modified "
"while irssi was running. Saving "
"configuration to file '%s' instead"),
"configuration to file '%s' instead. "
"Use /SAVE or /RELOAD to get rid of "
"this message."),
fname);
signal_emit("gui dialog", 2, "warning", str);
g_free(str);