From 04ff11c4d9663c3bc7c7fbb6ee4f82ada38a9b7e Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Mon, 15 Jun 2009 18:46:23 +0000 Subject: [PATCH] Fixed typo in previous commit git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@867 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- helpfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpfile.h b/helpfile.h index 51dba160..405c5998 100644 --- a/helpfile.h +++ b/helpfile.h @@ -1551,7 +1551,7 @@ static const T_Help_table helptable_effects[] = HELP_LINK (" 100%% : %s", SPECIAL_TRANSPARENCY_0) HELP_TEXT ("If you use two of these shortcuts quickly,") HELP_TEXT ("the second will set the units for finer") - HELP_TEXT ("control. Ie: 4 6 makes 45%, 0 9 makes 9%.") + HELP_TEXT ("control. Ie: 4 5 makes 45%, 0 9 makes 9%.") HELP_TEXT ("") HELP_BOLD ("LEFT CLICK") HELP_LINK ("(Key: %s)", SPECIAL_COLORIZE_MODE)