Skip to content

Commit 95a4fa5

Browse files
Fix incorrect indefinite article markers in lang (#7845)
1 parent f271ff6 commit 95a4fa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/lang/default.lang

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,7 +2629,7 @@ types:
26292629
worldborder: worldborder¦s @a
26302630
inventory: inventor¦y¦ies @an
26312631
player: player¦s @a
2632-
offlineplayer: offline player¦s @a
2632+
offlineplayer: offline player¦s @an
26332633
commandsender: command sender¦s @a
26342634
inventoryholder: inventory holder¦s @an
26352635
gamemode: gamemode¦s @a
@@ -2644,7 +2644,7 @@ types:
26442644
enchantment: enchantment¦s @an
26452645
damagecause: damage cause¦s @a
26462646
teleportcause: teleport cause¦s @a
2647-
inventoryaction: inventory action¦s @a
2647+
inventoryaction: inventory action¦s @an
26482648
clicktype: click type¦s @a
26492649
vector: vector¦s @a
26502650
inventorytype: inventory type¦s @an
@@ -2677,7 +2677,7 @@ types:
26772677
textalignment: text alignment¦s @a
26782678
itemdisplaytransform: item display transform¦s @an
26792679
minecrafttag: minecraft tag¦s @a
2680-
experiencecooldownchangereason: experience cooldown change reason¦s @a
2680+
experiencecooldownchangereason: experience cooldown change reason¦s @an
26812681
inputkey: input key¦s @an
26822682
villagertype: villager type¦s @a
26832683
villagerprofession: villager profession¦s @a

0 commit comments

Comments
 (0)