mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove "COPY TILES" strings
This feature was never implemented, so these strings are making translators wonder where to find them so they can be tested.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
6a1ddad8f8
commit
7aec2c2242
@@ -1122,9 +1122,6 @@ void editorrender(void)
|
||||
case 2:
|
||||
message = loc::gettext("PLATFORM BOUNDS: Click on top left");
|
||||
break;
|
||||
case 3:
|
||||
message = loc::gettext("COPY TILES: Click on top left");
|
||||
break;
|
||||
default:
|
||||
message = loc::gettext("Click on top left");
|
||||
break;
|
||||
@@ -1143,9 +1140,6 @@ void editorrender(void)
|
||||
case 2:
|
||||
message = loc::gettext("PLATFORM BOUNDS: Click on bottom right");
|
||||
break;
|
||||
case 3:
|
||||
message = loc::gettext("COPY TILES: Click on bottom right");
|
||||
break;
|
||||
default:
|
||||
message = loc::gettext("Click on bottom right");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user