1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

rogueviz::newconf:: changed the title conformal maps to newconformist

This commit is contained in:
Zeno Rogue 2019-07-21 23:12:37 +02:00
parent a1e1240d33
commit 2598bbcdd5

View File

@ -642,7 +642,7 @@ void ncee() {
}
if(showmenu) {
dialog::init(XLAT("conformal maps"));
dialog::init(XLAT("newconformist"));
dialog::addBoolItem("edit shape", pointmode == 0, 'e');
dialog::addBoolItem("set left end", pointmode == '6', 'a');
dialog::addBoolItem("set right end", pointmode == '7', 'b');