mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
be consistent with menu item
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user