JustClicks: "rezult" -> "result"

git-svn-id: svn://kolibrios.org@4254 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2013-11-18 20:33:07 +00:00
parent e5d857e5f6
commit 6d1be7ae07

View File

@ -32,7 +32,7 @@ int blocks_matrix[28*28]; //
char REZULT_TEXT[]="Tulemus: ";
#else
char NEW_GAME_TEXT[]="New Game [F2]";
char REZULT_TEXT[]="Rezult: ";
char REZULT_TEXT[]="Result: ";
#endif
@ -165,7 +165,7 @@ void move_blocks(int button_id) //
void draw_window()
{
int j, PANEL_Y;
int PANEL_Y;
proc_info Form;
sc.get();