the same for outbound /saveconf

This commit is contained in:
Berke Viktor 2011-11-23 13:25:16 +01:00
parent f867949426
commit 2d0144500c
1 changed files with 2 additions and 2 deletions

View File

@ -2885,11 +2885,11 @@ cmd_saveconf (struct session *sess, char *tbuf, char *word[], char *word_eol[])
{ {
if (save_config ()) if (save_config ())
{ {
PrintText (sess, "Preferences have been saved successfully.\n"); PrintText (sess, "Settings have been saved successfully.\n");
} }
else else
{ {
PrintText (sess, "Error saving preferences.\n"); PrintText (sess, "Error saving settings.\n");
} }
return TRUE; return TRUE;