From 2d0144500c5ecb21bd31506db4949c42c71618fb Mon Sep 17 00:00:00 2001
From: Berke Viktor <berkeviktor@aol.com>
Date: Wed, 23 Nov 2011 13:25:16 +0100
Subject: the same for outbound /saveconf

---
 src/common/outbound.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src')

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;
-- 
cgit 1.4.1