From dc28b7464e079cc81edcc57624ce07229a11b3b1 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Sat, 1 May 2021 00:22:02 +0200 Subject: [PATCH] Do not translate spacing --- Source/items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/items.cpp b/Source/items.cpp index 96d4e9633..b1142d798 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -3690,7 +3690,7 @@ void PrintItemPower(char plidx, ItemStruct *x) strcpy(tempstr, _("see with infravision")); break; case IPL_INVCURS: - strcpy(tempstr, _(" ")); + strcpy(tempstr, " "); break; case IPL_ADDACLIFE: if (x->_iFMinDam == x->_iFMaxDam)