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:
Dav999-v
2022-12-08 00:41:03 +01:00
committed by Misa Elizabeth Kai
parent 6a1ddad8f8
commit 7aec2c2242
5 changed files with 0 additions and 14 deletions

View File

@@ -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;