Skip to content

Commit 559747a

Browse files
committed
Missed a word!
1 parent 80eea5a commit 559747a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/src/main/java/dev/kitteh/factions/config/file/TranslationsConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,7 @@ public static class Denied {
19361936
private String useWilderness = "<red>You cannot use <light_purple><thing></light_purple> in the wilderness.";
19371937
private String useSafezone = "<red>You cannot use <light_purple><thing></light_purple> in a safe zone.";
19381938
private String useWarzone = "<red>You cannot use <light_purple><thing></light_purple> in a war zone.";
1939-
private String useTerritory = "<red>You cannot <light_purple><thing></light_purple> in the territory of <faction>.";
1939+
private String useTerritory = "<red>You cannot use <light_purple><thing></light_purple> in the territory of <faction>.";
19401940
@Comment("When not possible to display a more specific description, message like \"You cannot use this\" instead occurs.")
19411941
private String useThis = "this";
19421942

0 commit comments

Comments
 (0)