Ref T489, Ref T484, string improvements

This commit is contained in:
Klaus Basan
2018-12-28 19:45:14 +01:00
committed by Mat Sutcliffe
parent c0337b531a
commit 788f827110
4 changed files with 51 additions and 43 deletions

View File

@@ -98,7 +98,7 @@ namespace BlackGui
}
else
{
this->showOverlayHTMLMessage(u"Currently " % CEntityFlags::flagToString(readState));
this->showOverlayHTMLMessage(u"Current state: " % CEntityFlags::stateToString(readState), 25000);
}
}