Skip to content

Commit

Permalink
fix: language config keys corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
martinambrus committed Jul 12, 2017
1 parent 6a1d1d2 commit b0f1e3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/com/rojel/wesv/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,31 +122,31 @@ private enum CONFIG_VALUES {
* Language translation string from config.
*/
LANGVISUALIZERENABLED(
"lang.langVisualizerEnabled"
"lang.visualizerEnabled"
),
/**
* Language translation string from config.
*/
LANGVISUALIZERDISABLED(
"lang.langVisualizerDisabled"
"lang.visualizerDisabled"
),
/**
* Language translation string from config.
*/
LANGPLAYERSONLY(
"lang.langPlayersOnly"
"lang.playersOnly"
),
/**
* Language translation string from config.
*/
LANGSELECTIONSIZEOF(
"lang,langSelectionSizeOf"
"lang,selectionSizeOf"
),
/**
* Language translation string from config.
*/
LANGBLOCKS(
"lang.langBlocks"
"lang.blocks"
),
/**
* Language translation string from config.
Expand Down

0 comments on commit b0f1e3e

Please sign in to comment.