mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 23:06:00 +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)
|
if(t == IC_OTHER)
|
||||||
mouseovers = XLAT("objects found: %1", it);
|
mouseovers = XLAT("objects found: %1", it);
|
||||||
if(t == IC_NAI)
|
if(t == IC_NAI)
|
||||||
mouseovers = XLAT("%1", it);
|
mouseovers = XLATN(it);
|
||||||
if(t == IC_ORB)
|
if(t == IC_ORB)
|
||||||
mouseovers = XLAT("orb power: %1", eItem(i));
|
mouseovers = XLAT("orb power: %1", eItem(i));
|
||||||
if(it == itGreenStone) {
|
if(it == itGreenStone) {
|
||||||
|
Reference in New Issue
Block a user