JANITORIAL: Simplify some code that use U32String::format
This commit is contained in:
parent
54f825359f
commit
c5ede297ea
4 changed files with 7 additions and 7 deletions
|
@ -659,7 +659,7 @@ bool OpenGLSdlGraphicsManager::notifyEvent(const Common::Event &event) {
|
|||
endGFXTransaction();
|
||||
|
||||
#ifdef USE_OSD
|
||||
Common::U32String message = Common::U32String::format(Common::U32String("%S: %S"),
|
||||
Common::U32String message = Common::U32String::format("%S: %S",
|
||||
_("Stretch mode").c_str(),
|
||||
_(stretchModes[index].description).c_str()
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue