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
1 changed files with 1 additions and 1 deletions

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) {