Fixed - You start with three lives, not four.
authorCSY <CSY@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 22 Mar 2008 01:27:39 +0000 (01:27 +0000)
committerCSY <CSY@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sat, 22 Mar 2008 01:27:39 +0000 (01:27 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@1931 78b8d119-cf0a-0410-b17c-f493084dd1d7

ball/st_help.c

index e623429..5f9698b 100644 (file)
@@ -245,7 +245,7 @@ static int help_modes(int id)
             gui_label(kd, _("Challenge Mode"), GUI_SML, GUI_TOP, 0, 0);
             gui_multi(kd,
                       _("Start playing from the first level of the set.\\"
-                        "You start with only four balls, do not lose them.\\"
+                        "You start with only three balls, do not lose them.\\"
                         "Earn an extra ball for each 100 coins collected."),
                       GUI_SML, GUI_BOT, gui_wht, gui_wht);
         }