diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-23 13:25:16 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-23 13:25:16 +0100 |
commit | 2d0144500c5ecb21bd31506db4949c42c71618fb (patch) | |
tree | 1016d5c316c80e982becdb325ae55621aa5392c8 | |
parent | f8679494263312804cd4f296115d86c59a0540a2 (diff) |
the same for outbound /saveconf
-rw-r--r-- | src/common/outbound.c | 4 |
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; |