mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
fixed the 'no translations for %1' warning
This commit is contained in:
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) {
|
||||
|
Reference in New Issue
Block a user