summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/outbound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c
index 55ea003f..32302efe 100644
--- a/src/common/outbound.c
+++ b/src/common/outbound.c
@@ -2885,11 +2885,11 @@ cmd_saveconf (struct session *sess, char *tbuf, char *word[], char *word_eol[])
 {
 	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");
 	}
 
 	return TRUE;