From ae3feb2055e14474fcf9d8c406df8e7c3abe9ab8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 17 Oct 2017 21:00:14 +0200 Subject: [PATCH] fixed the 'no translations for %1' warning --- hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hud.cpp b/hud.cpp index 8ae2889a..cee00c07 100644 --- a/hud.cpp +++ b/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) {