mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
I18N: Mark additional string for translation
This commit is contained in:
parent
eba16c05d7
commit
f2827f0fe5
@ -171,7 +171,7 @@ void RecorderDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
|
||||
const EnginePlugin *plugin = 0;
|
||||
GameDescriptor desc = EngineMan.findGame(gameId, &plugin);
|
||||
g_system->getTimeAndDate(t);
|
||||
EditRecordDialog editDlg("Unknown Author", Common::String::format("%.2d.%.2d.%.4d ", t.tm_mday, t.tm_mon, 1900 + t.tm_year) + desc.description(), "");
|
||||
EditRecordDialog editDlg(_("Unknown Author"), Common::String::format("%.2d.%.2d.%.4d ", t.tm_mday, t.tm_mon, 1900 + t.tm_year) + desc.description(), "");
|
||||
if (editDlg.runModal() != kOKCmd) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user