This is a patch file for "gnumch" 0.2.0. These changes replace a con- fusing message with a less-confusing message. Note: This file should be compatible with all distros that support the original program. --- gnumch-0.2.0.old/src/game/menus/SinglePlayMenu.cpp +++ gnumch-0.2.0/src/game/menus/SinglePlayMenu.cpp @@ -80,7 +80,7 @@ play(_("Play")), conf(_("Configure Level")), level_spin("", true), - description(_("No description found.")) + description(_("Click on triangles at top of screen.")) { Level::getLevelList(&level_list); for (vector::iterator i=level_list.begin(); @@ -90,7 +90,7 @@ } level_name_list.insert(level_name_list.begin(), _("Choose a level")); - level_desc_list.insert(level_desc_list.begin(), _("No description found.")); + level_desc_list.insert(level_desc_list.begin(), _("Click on triangles at top of screen.")); level_spin.reset(level_name_list, 0);