Skip to content

Commit a01f973

Browse files
authored
Update SettingsWindow.java (#12999)
Rename button from "Settings" to "Engine Preferences"
1 parent d439cc8 commit a01f973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game-app/game-core/src/main/java/games/strategy/triplea/settings/SettingsWindow.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void close() {
6767
public void open(final Frame owner) {
6868
Preconditions.checkState(SwingUtilities.isEventDispatchThread());
6969
if (dialog == null) {
70-
dialog = new JDialog(owner, "Settings");
70+
dialog = new JDialog(owner, "Engine Preferences");
7171
dialog.setContentPane(newContentPane());
7272
dialog.setMinimumSize(new Dimension(400, 50));
7373
dialog.pack();

0 commit comments

Comments
 (0)