Skip to content

Commit

Permalink
fix(locale): swapped H₂SO₄ and HCl
Browse files Browse the repository at this point in the history
  • Loading branch information
myshkovsky authored Sep 3, 2022
1 parent 8643dd3 commit ebaa025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ local Translations = {
no_lsa = "You are missing LSA!",
no_thionyl_chloride = "You are missing thionyl chloride!",
too_far = "Processing was canceled because you left the area!",
no_sulfuric_acid = "You are missing hydrochloric acid!",
no_hydrochloric_acid = "You are missing sulfuric acid!",
no_sulfuric_acid = "You are missing sulfuric acid!",
no_hydrochloric_acid = "You are missing hydrochloric acid!",
no_sodium_hydroxide = "You are missing sodium hydroxide!",
no_liquidmix = "You are missing liquid chemical mixture!",
no_chemicalvapor = "You are missing chemical vapors!",
Expand Down Expand Up @@ -104,4 +104,4 @@ local Translations = {
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true
})
})

0 comments on commit ebaa025

Please sign in to comment.