mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
Fix "Level" string in the save/load menu not being localised (Bug #2840)
This commit is contained in:
parent
8241976368
commit
c25dacb480
@ -347,7 +347,7 @@ namespace MWGui
|
||||
char buffer[size];
|
||||
if (std::strftime(buffer, size, "%x %X", timeinfo) > 0)
|
||||
text << buffer << "\n";
|
||||
text << "Level " << mCurrentSlot->mProfile.mPlayerLevel << "\n";
|
||||
text << "#{sLevel} " << mCurrentSlot->mProfile.mPlayerLevel << "\n";
|
||||
text << mCurrentSlot->mProfile.mPlayerCell << "\n";
|
||||
// text << "Time played: " << slot->mProfile.mTimePlayed << "\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user