Skip to content

Commit 8baaed2

Browse files
authored
Merge pull request #518 from FranciscoDA/damnit-tinyformat
Fix unused width specifier on investigation prompt
2 parents 37f23d8 + b10d80d commit 8baaed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game/ui/tileview/cityview.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3622,8 +3622,8 @@ bool CityView::handleGameStateEvent(Event *e)
36223622
}
36233623

36243624
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)"),
3625+
UString message = format(tr("All selected units and crafts have arrived at %s. "
3626+
"Proceed with investigation? (%d units)"),
36273627
building->name, agents.size());
36283628
fw().stageQueueCommand(
36293629
{StageCmd::Command::PUSH,

0 commit comments

Comments
 (0)