GUI: U32: Code cleanup & misc fixes
- Fix a translation for scumm subtitle settings dialogs.
This commit is contained in:
parent
edec55cf64
commit
840f08d537
5 changed files with 17 additions and 19 deletions
|
@ -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]));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue