1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-04 14:21:22 +00:00

text fixes

This commit is contained in:
Zeno Rogue
2019-04-04 17:13:15 +02:00
parent 758d6cf340
commit b24c9d88e8
4 changed files with 242 additions and 13 deletions

View File

@@ -349,8 +349,8 @@ void showGraphQuickKeys() {
dialog::addBoolItem(XLAT("mark heptagons"), (vid.darkhepta), '7');
dialog::addBreak(50);
dialog::addInfo("Hint: these keys usually work during the game");
dialog::addInfo("also hold Alt during the game to toggle high contrast");
dialog::addInfo(XLAT("Hint: these keys usually work during the game"));
dialog::addInfo(XLAT("also hold Alt during the game to toggle high contrast"));
dialog::addBreak(50);
dialog::addBack();
@@ -416,7 +416,7 @@ void showCreative() {
gamescreen(3);
dialog::init(XLAT("creative mode"));
dialog::addItem("map editor", 'm');
dialog::addItem(XLAT("map editor"), 'm');
dialog::add_action([] {
if(tactic::on)
addMessage(XLAT("Not available in the pure tactics mode!"));