1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

renamed text

This commit is contained in:
Zeno Rogue 2017-12-21 12:02:15 +01:00
parent 62f927b69a
commit 16ea486992

View File

@ -679,7 +679,7 @@ void showMenu() {
dialog::init(XLAT("texture mode"));
if(tstate == tsOff) {
dialog::addItem(XLAT("select the texture's pattern"), 'r');
dialog::addItem(XLAT("select geometry/pattern"), 'r');
if(tstate_max == tsAdjusting)
dialog::addItem(XLAT("readjust the texture"), 't');
if(tstate_max == tsActive)