From 93e42b9b8c954f050d479b87678b4f6a35833a4b Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 25 Apr 2021 23:43:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Add=20missing=20translation=20st?= =?UTF-8?q?ring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/control.cpp b/Source/control.cpp index 801214138..118888892 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -1913,7 +1913,7 @@ void DrawGoldSplit(const CelOutputBuffer &out, int amount) ADD_PlrStringXY(out, 366, 87, 600, tempstr, COL_GOLD); sprintf(tempstr, _("%s. How many do"), get_pieces_str(initialDropGoldValue)); ADD_PlrStringXY(out, 366, 103, 600, tempstr, COL_GOLD); - ADD_PlrStringXY(out, 366, 121, 600, "you want to remove?", COL_GOLD); + ADD_PlrStringXY(out, 366, 121, 600, _("you want to remove?"), COL_GOLD); if (amount > 0) { sprintf(tempstr, "%u", amount); PrintGameStr(out, 388, 140, tempstr, COL_WHITE);