Skip to content

Commit

Permalink
Fix issue incorrect translation reference (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Sep 3, 2019
1 parent 1ccb856 commit 41be496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private PanelItem createBiomeIcon(BiomesObject biome)
private PanelItem createVisibilityModeButton()
{
List<String> values = new ArrayList<>(4);
values.add(this.user.getTranslation("biomes.gui.descriptions.admin.visibility-mode.info"));
values.add(this.user.getTranslation("biomes.gui.descriptions.visibility-mode.info"));

values.add((this.visibilityMode.equals(Settings.VisibilityMode.ALL) ? "&2" : "&c") +
this.user.getTranslation("biomes.gui.descriptions.visibility-mode.all"));
Expand Down

0 comments on commit 41be496

Please sign in to comment.