From df7c90463a5bd78272398a8e6947726a66bd9f53 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 15 Mar 2002 20:59:00 +0000 Subject: [PATCH] updated not_good_idea text git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2618 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/module-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },