summary refs log tree commit diff stats
path: root/src/common/outbound.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-23 13:25:16 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-23 13:25:16 +0100
commit2d0144500c5ecb21bd31506db4949c42c71618fb (patch)
tree1016d5c316c80e982becdb325ae55621aa5392c8 /src/common/outbound.c
parentf8679494263312804cd4f296115d86c59a0540a2 (diff)
the same for outbound /saveconf
Diffstat (limited to 'src/common/outbound.c')
-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;