1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-30 21:14:06 +00:00

fixed the 'no translations for %1' warning

This commit is contained in:
Zeno Rogue 2017-10-17 21:00:14 +02:00
parent f94bb344d5
commit ae3feb2055

View File

@ -253,7 +253,7 @@ void displayglyph2(int cx, int cy, int buttonsize, int i) {
if(t == IC_OTHER)
mouseovers = XLAT("objects found: %1", it);
if(t == IC_NAI)
mouseovers = XLAT("%1", it);
mouseovers = XLATN(it);
if(t == IC_ORB)
mouseovers = XLAT("orb power: %1", eItem(i));
if(it == itGreenStone) {