Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:joffreybesos/d2r-mapview
Browse files Browse the repository at this point in the history
  • Loading branch information
joffreybesos committed Jul 20, 2022
2 parents 70c113f + ab9d8b4 commit 6e8bba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LoadLocalization(ByRef settings) {
localizedStringsShrines := ReadSection(locale, "Shrines")
localizedStringsAreas := ReadSection(locale, "Areas")
localizedStringsItems := ReadSection(locale, "Items")
localizedStringsMonstes := ReadSection(locale, "Monsters")
localizedStringsMonsters := ReadSection(locale, "Monsters")
localizedStringsRunes := ReadSection(locale, "Runes")
localizedStringsBuffs := ReadSection(locale, "Buffs")
localizedStringsUI := ReadSection(locale, "UI")
Expand Down

0 comments on commit 6e8bba3

Please sign in to comment.