Browse Source

Correct singular "Scroll" in texts.

pull/1863/head
Anders Jenbo 5 years ago committed by GitHub
parent
commit
4e284ede14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/control.cpp

2
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:

Loading…
Cancel
Save