1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-26 10:09:44 +00:00

text improvements, PL/CZ translation update

This commit is contained in:
Zeno Rogue
2018-12-14 18:21:52 +01:00
parent f22ec08f86
commit 5d01ac0732
13 changed files with 346 additions and 76 deletions

View File

@@ -423,12 +423,12 @@ void menu() {
#if CAP_RUG
if(make_svg && rug::rugged)
dialog::addInfo("SVG screenshot do not work in this 3D mode", 0xFF0000);
dialog::addInfo("SVG screenshots do not work in this 3D mode", 0xFF0000);
else
#endif
#if CAP_TEXTURE
if(make_svg && texture::config.tstate == texture::tsActive)
dialog::addInfo("SVG screenshot do not work with textures", 0xFF0000);
dialog::addInfo("SVG screenshots do not work with textures", 0xFF0000);
else
#endif
dialog::addBreak(100);