We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37f23d8 + b10d80d commit 8baaed2Copy full SHA for 8baaed2
game/ui/tileview/cityview.cpp
@@ -3622,8 +3622,8 @@ bool CityView::handleGameStateEvent(Event *e)
3622
}
3623
3624
UString title = tr("Commence investigation");
3625
- UString message = format(tr("All selected units and crafts have arrived at %0s. "
3626
- "Proceed with investigation? (%1d units)"),
+ UString message = format(tr("All selected units and crafts have arrived at %s. "
+ "Proceed with investigation? (%d units)"),
3627
building->name, agents.size());
3628
fw().stageQueueCommand(
3629
{StageCmd::Command::PUSH,
0 commit comments