GUI: U32: Code cleanup & misc fixes

- Fix a translation for scumm subtitle settings dialogs.
This commit is contained in:
aryanrawlani28 2020-08-20 11:45:58 +05:30 committed by Eugene Sandulenko
parent edec55cf64
commit 840f08d537
5 changed files with 17 additions and 19 deletions

View file

@ -609,7 +609,7 @@ void SubtitleSettingsDialog::cycleValue() {
_value = 0;
if (_value == 1 && g_system->getOverlayWidth() <= 320)
setInfoText(Common::U32String(_sc("Speech & Subs", "lowres")));
setInfoText(_c("Speech & Subs", "lowres"));
else
setInfoText(_(subtitleDesc[_value]));