Skip to content

Commit

Permalink
show Infantry Compartment instead of troopspace in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
SJuliez committed Nov 24, 2024
1 parent 3bee592 commit 60a4fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion megamek/i18n/megamek/client/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ MekSelectorDialog.Search.ClanEngine=Clan Engine:
MekSelectorDialog.Search.Source=Source:
MekSelectorDialog.Search.Source.TT=Multiple search tokens can be used, separated by spaces, e.g. "guide #9"
MekSelectorDialog.Search.MULId=MUL Id:
MekSelectorDialog.Search.TroopSpace=Troop Space:
MekSelectorDialog.Search.TroopSpace=Infantry Compartments:
MekSelectorDialog.Search.ASFBays=ASF Bays:
MekSelectorDialog.Search.SmallCraftBays=Small Craft Bays:
MekSelectorDialog.Search.MekBays=Mek Bays:
Expand Down
2 changes: 1 addition & 1 deletion megamek/src/megamek/common/InfantryCompartment.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public boolean unload(Entity unit) {
*/
@Override
public String getUnusedString() {
return "Troops - " + currentSpace + " tons";
return "Infantry Compartment - " + currentSpace + " tons";
}

@Override
Expand Down

0 comments on commit 60a4fe0

Please sign in to comment.