Skip to content

Commit

Permalink
Fixed English (US) saying "towards" instead of "toward"
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro270707 committed Dec 5, 2024
1 parent 528da0c commit a2a7ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"advancements.deeperdarker.obtain_sculk_transmitter.title": "Remote Storage",
"advancements.deeperdarker.obtain_sonorous_staff.description": "Acquire a Sonorous Staff",
"advancements.deeperdarker.obtain_sonorous_staff.title": "Noise Complaint",
"advancements.deeperdarker.root.description": "You feel something pulling you towards the source...",
"advancements.deeperdarker.root.description": "You feel something pulling you toward the source...",
"advancements.deeperdarker.root.title": "Sculk Story",
"advancements.deeperdarker.warden_armor.description": "Protect yourself with a full set of Warden Armor",
"advancements.deeperdarker.warden_armor.title": "Cover Me with Sculk",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected void addTranslations() {
add("item.minecraft.lingering_potion.effect.long_sculk_affinity", "Lingering Potion of Sculk Affinity");

add("advancements." + DeeperDarker.MOD_ID + ".root.title", "Sculk Story");
add("advancements." + DeeperDarker.MOD_ID + ".root.description", "You feel something pulling you towards the source...");
add("advancements." + DeeperDarker.MOD_ID + ".root.description", "You feel something pulling you toward the source...");
add("advancements." + DeeperDarker.MOD_ID + ".find_ancient_city.title", "A Metropolis of Restless Souls");
add("advancements." + DeeperDarker.MOD_ID + ".find_ancient_city.description", "Find an Ancient City");
add("advancements." + DeeperDarker.MOD_ID + ".kill_warden.title", "Phantom Thief");
Expand Down

0 comments on commit a2a7ac3

Please sign in to comment.