1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Initial version of Turn Options tab screen

This commit is contained in:
Ivan Savenko
2023-11-09 16:41:00 +02:00
parent 3268ebe27c
commit 32633d5f52
10 changed files with 273 additions and 48 deletions

View File

@@ -190,7 +190,7 @@ void OptionsTabBase::recreate()
if(auto w = widget<CLabel>("labelSimturnsDurationValue"))
{
MetaString message;
message.appendRawString("Simturns: up to %d days");
message.appendRawString("%d days");
message.replaceNumber(SEL->getStartInfo()->simturnsInfo.optionalTurns);
w->setText(message.toString());
}