Skip to content

Commit

Permalink
report keywords managed in client settings 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronekochomusuke committed Dec 13, 2022
1 parent 03402de commit 55058fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion megamek/i18n/megamek/client/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1947,7 +1947,6 @@ Minimap.TotalHeightLabel=T

#Mini round report display
MiniReportDisplay.Damage=Damage
MiniReportDisplay.Destroyed=Destroyed
MiniReportDisplay.Details=Details
MiniReportDisplay.title=Round Report
MiniReportDisplay.Round=Round
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ClientPreferences extends PreferenceStoreProxy {
public static final String MAP_WIDTH = "MapWidth";
public static final String MAP_HEIGHT = "MapHeight";
public static final String REPORT_KEYWORDS = "ReportKeywords";
private static final String REPORTKEYWORDSDEFAULTS = "Needs\nRolls\nTakes\nHit\nFalls\nSkill Roll\nPilot Skill\nPhase\nDestoryed\nDamage";
private static final String REPORTKEYWORDSDEFAULTS = "Needs\nRolls\nTakes\nHit\nFalls\nSkill Roll\nPilot Skill\nPhase\nDestroyed\nDamage";
public static final String IP_ADDRESSES_IN_CHAT = "IPAddressesInChat";
//endregion Variable Declarations

Expand Down

0 comments on commit 55058fc

Please sign in to comment.