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:
parent
f94bb344d5
commit
ae3feb2055
2
hud.cpp
2
hud.cpp
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user