JANITORIAL: Simplify some code that use U32String::format

This commit is contained in:
Thierry Crozat 2020-09-08 21:23:47 +01:00
parent 54f825359f
commit c5ede297ea
4 changed files with 7 additions and 7 deletions

View file

@ -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()
);