From 512a176c2e798bf6ad18b2086f283dc636b9552d Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Wed, 12 Sep 2018 00:05:16 +0000 Subject: [PATCH] fix typos (thanks Ray) git-svn-id: svn://kolibrios.org@7355 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/cmm/lib/obj/proc_lib.h | 2 +- programs/games/kosilka/kosilka.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/cmm/lib/obj/proc_lib.h b/programs/cmm/lib/obj/proc_lib.h index 9225126643..99e4e6c86c 100644 --- a/programs/cmm/lib/obj/proc_lib.h +++ b/programs/cmm/lib/obj/proc_lib.h @@ -21,7 +21,7 @@ char aOpenDialog_start[] = "OpenDialog_start"; struct opendialog { - dword type; //0-file, 2-save, 3-select folder + dword type; //0-file, 1-save, 2-select folder dword procinfo; dword com_area_name; dword com_area; diff --git a/programs/games/kosilka/kosilka.cpp b/programs/games/kosilka/kosilka.cpp index 2fbc7f1545..d4f06185ed 100644 --- a/programs/games/kosilka/kosilka.cpp +++ b/programs/games/kosilka/kosilka.cpp @@ -87,7 +87,7 @@ bool w_redraw=true; const char attempts_left[] = "Attempts left:"; const char grass_left[] = "Grass left:"; - const char level_select_1[] = "Shoose level pack (press <1> or <2>):"; + const char level_select_1[] = "Choose level pack (press <1> or <2>):"; const char level_select_2[] = "1. Built-in levels"; const char level_select_3[] = "2. External levels"; @@ -101,7 +101,7 @@ bool w_redraw=true; const char about8[] = "diamond - idea of turn back, testing"; const char about9[] = "Special thanks to:"; const char about10[] = "Everyone who plays this game :-) !"; - const char about11[] = "press to back to menu"; + const char about11[] = "press to go back to menu"; #endif int levelcount=7;