forked from PsychoticNinja/irssi
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:
parent
c3a45d0812
commit
b4f4a1a9dd
@ -571,7 +571,9 @@ static void sig_autosave(void)
|
|||||||
fname = g_strconcat(mainconfig->fname, ".autosave", NULL);
|
fname = g_strconcat(mainconfig->fname, ".autosave", NULL);
|
||||||
str = g_strdup_printf(_("Configuration file was modified "
|
str = g_strdup_printf(_("Configuration file was modified "
|
||||||
"while irssi was running. Saving "
|
"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);
|
fname);
|
||||||
signal_emit("gui dialog", 2, "warning", str);
|
signal_emit("gui dialog", 2, "warning", str);
|
||||||
g_free(str);
|
g_free(str);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user