diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-15 20:59:00 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-15 20:59:00 +0000 |
commit | df7c90463a5bd78272398a8e6947726a66bd9f53 (patch) | |
tree | 5043c23e0189a7dd22cb64bc51f02d405c380f6e | |
parent | 25d5e26e7beb45a6376d852c390c7b1d36f5a911 (diff) | |
download | irssi-df7c90463a5bd78272398a8e6947726a66bd9f53.zip |
updated not_good_idea text
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2618 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/fe-common/core/module-formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index b3b4c8d6..690ae737 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -215,7 +215,7 @@ FORMAT_REC fecommon_core_formats[] = { { "chan_not_found", "Not joined to such channel", 0 }, { "chan_not_synced", "Channel not fully synchronized yet, try again after a while", 0 }, { "illegal_proto", "Command isn't designed for the chat protocol of the active server", 0 }, - { "not_good_idea", "Doing this is not a good idea. Add -YES if you really mean it", 0 }, + { "not_good_idea", "Doing this is not a good idea. Add -YES option to command if you really mean it", 0 }, /* ---- */ { NULL, "Themes", 0 }, |