be consistent with menu item

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

View File

@ -1128,11 +1128,11 @@ menu_saveconf (void)
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");
} }
} }