Fix a small typo (#322)
It's Dutch, not Duth 😛
I hope this doesn't conflict with anything else, but it shouldn't
This commit is contained in:
committed by
Trent Hensler
parent
5f115f631b
commit
0ab95a6f2c
@@ -3,7 +3,7 @@ package com.drtshock.playervaults.translations;
|
|||||||
public enum Language {
|
public enum Language {
|
||||||
ENGLISH("english"),
|
ENGLISH("english"),
|
||||||
BULGARIAN("bulgarian"),
|
BULGARIAN("bulgarian"),
|
||||||
DUTH("dutch");
|
DUTCH("dutch");
|
||||||
|
|
||||||
private String friendlyName;
|
private String friendlyName;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user