We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92a2a4 commit bf6e521Copy full SHA for bf6e521
src/basecamp.cpp
@@ -966,7 +966,8 @@ std::string basecamp::expansion_tab( const point_rel_omt &dir ) const
966
recipe_id id( base_camps::faction_encode_abs( e->second, 0 ) );
967
const auto e_type = expansion_types.find( id );
968
if( e_type != expansion_types.end() ) {
969
- return e_type->second + _( "Expansion" );
+ //~ A particular faction camp / basecamp expansion
970
+ return string_format( _( "%s Expansion" ), e_type->second );
971
}
972
973
return _( "Empty Expansion" );
0 commit comments