Skip to content

Commit

Permalink
guiShowArrived should be guiShowUnitArrived.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pope committed Jan 28, 2022
1 parent 038f88e commit f364a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/sf/freecol/client/ClientOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ public void fixClientOptions() {
MESSAGES_GROUP, true);
addBooleanOption("model.option.guiShowUnitRepaired",
MESSAGES_GROUP, true);
addBooleanOption("model.option.guiShowArrived",
addBooleanOption("model.option.guiShowUnitArrived",
MESSAGES_GROUP, true);
addBooleanOption("model.option.guiShowDisasters",
MESSAGES_GROUP, true);
Expand Down

0 comments on commit f364a0b

Please sign in to comment.