mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
GUI: Remove mistakenly used _("string")
This commit is contained in:
parent
86d023931e
commit
080b8dad89
@ -1283,7 +1283,7 @@ void OptionsDialog::addStatisticsControls(GuiObject *boss, const Common::String
|
||||
|
||||
Common::String value = AchMan.getStatRaw(info.stats[idx].id);
|
||||
|
||||
Common::U32String str = Common::U32String::format(_("%s: %s"), key.c_str(), value.c_str());
|
||||
Common::U32String str = Common::U32String::format("%s: %s", key.c_str(), value.c_str());
|
||||
new StaticTextWidget(scrollContainer, lineHeight, yPos, width, yStep, str, Graphics::kTextAlignStart);
|
||||
|
||||
yPos += yStep;
|
||||
|
Loading…
x
Reference in New Issue
Block a user