Skip to content

Commit

Permalink
Match capitalization in player settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam committed Feb 4, 2024
1 parent 4e86764 commit 8462e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class PlayerSettingsView extends JDialog implements NotifiableView {
private static final String FORTIFYING_TOOL_TIP = "Allow or forbid directly placing meeples on own patterns";
private static final String ENCLAVE = "Allow Enclaves of Free Spots";
private static final String ENCLAVE_TOOL_TIP = "Allow or forbid enclosing free spots in the grid, leading to these spots forming enclaves.";
private static final String SCORE_SPLITTING = " Split score on shared patterns:";
private static final String SCORE_SPLITTING = " Split Score on Shared Patterns:";
private static final String SCORE_SPLITTING_TOOL_TIP = "Split score among dominant players of pattern instead of warding the full score.";
private static final String MULTI_TILE = " Tiles";
private static final String CLASSIC = " Tile (Classic)";
Expand Down

0 comments on commit 8462e7e

Please sign in to comment.