be consistent with menu item
This commit is contained in:
parent
60bcde41ae
commit
f867949426
|
@ -1128,11 +1128,11 @@ menu_saveconf (void)
|
|||
|
||||
if (save_config ())
|
||||
{
|
||||
PrintText (sess, "Preferences have been saved successfully.\n");
|
||||
PrintText (sess, "Settings have been saved successfully.\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
PrintText (sess, "Error saving preferences.\n");
|
||||
PrintText (sess, "Error saving settings.\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue