Skip to content

Commit

Permalink
#1173 Make the "no fleet" text clearer and more visible in the trade …
Browse files Browse the repository at this point in the history
…route menu
  • Loading branch information
strangergwenn committed Jun 14, 2018
1 parent 0a0e255 commit 33a9b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/HeliumRain/UI/Menus/FlareTradeRouteMenu.cpp
Expand Up @@ -1094,7 +1094,7 @@ FText SFlareTradeRouteMenu::GetFleetInfo() const
}
else
{
return LOCTEXT("NoFleetSelected", "\u2022 No assigned fleet !");
return LOCTEXT("NoFleetSelected", "\u2022 <WarningText>No assigned fleet, trade route won't be operating !</>");
}
}

Expand Down

0 comments on commit 33a9b74

Please sign in to comment.