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: