Skip to content

Commit

Permalink
Merge pull request #4255 from IllianiCBT/atb_allyEnemyQuality
Browse files Browse the repository at this point in the history
Relabeled Ally & Enemy Rating in AtB Contract Market to Improve Clarity
  • Loading branch information
IllianiCBT authored Jun 21, 2024
2 parents eac09da + 712fc91 commit 21691c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ lblEnemy.text=Enemy:
lblMissionType.text=Mission Type:
lblLocation.text=Location:
lblDistance.text= Days (Jumps) to Location:
lblAllyRating.text=Ally Dragoon Rating:
lblEnemyRating.text=Enemy Dragoon Rating:
lblAllyRating.text=Ally Experience & Equipment:
lblEnemyRating.text=Enemy Experience & Equipment:
lblStartDate.text=Start Date:
lblLength.text=Contract length (months):
lblOverhead.text=Overhead Compensation:
Expand Down
6 changes: 3 additions & 3 deletions MekHQ/resources/mekhq/resources/ContractViewPanel.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ lblSalvageValueMerc.text=<html><nobr><b>Total Value Salvaged (Mercs):</b></nobr>
lblSalvageValueEmployer.text=<html><nobr><b>Total Value Salvaged (Employer):</b></nobr></html>
lblSalvagePct.text=<html><nobr><b>Salvage Percentage:</b></nobr></html>
lblSalvage.text=<html><nobr><b>Salvage Rights:</b></nobr></html>
exchange=Exchange
exchange=Exchange
none=None

lblEnemy.text=<html><nobr><b>Enemy:</b></nobr></html>
lblAllyRating.text=<html><nobr><b>Ally Dragoon Rating:</b></nobr></html>
lblEnemyRating.text=<html><nobr><b>Enemy Dragoon Rating:</b></nobr></html>
lblAllyRating.text=<html><nobr><b>Ally Experience & Equipment:</b></nobr></html>
lblEnemyRating.text=<html><nobr><b>Enemy Experience & Equipment:</b></nobr></html>
lblMorale.text=<html><nobr><b>Enemy Morale:</b></nobr></html>
lblScore.text=<html><nobr><b>Contract Score:</b></nobr></html>
lblBonusParts.text=<html><nobr><b>Bonus Parts:</b></nobr></html>
Expand Down
4 changes: 2 additions & 2 deletions MekHQ/resources/mekhq/resources/NewContractDialog.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ checkMRBC.text=Pay MRBC Fee
checkSalvageExchange.text=Exchange Rights

lblEnemy.text=Enemy:
lblAllyRating.text=Ally Dragoon Rating:
lblEnemyRating.text=Enemy Dragoon Rating:
lblAllyRating.text=Ally Experience & Equipment:
lblEnemyRating.text=Enemy Experience & Equipment:
chkShowAllFactions.text=Show All Factions
chkShowAllPlanets.text=Show All Planets
lblDistance.text=Days (Jumps) to Location:
Expand Down

0 comments on commit 21691c9

Please sign in to comment.