From 4e284ede1464bb860eb2faab51cbca1b699026c2 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 4 May 2021 13:41:29 +0200 Subject: [PATCH] Correct singular "Scroll" in texts. --- Source/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/control.cpp b/Source/control.cpp index 4f493abc5..be5a8652d 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -1077,7 +1077,7 @@ void CheckPanelInfo() s++; } } - sprintf(tempstr, ngettext("%s Scroll", "%i Scrolls", s), s); + sprintf(tempstr, ngettext("%i Scroll", "%i Scrolls", s), s); AddPanelString(tempstr, true); } break; case RSPLTYPE_CHARGES: