Skip to content

Commit

Permalink
fixing skill acquisition string in RU.
Browse files Browse the repository at this point in the history
  • Loading branch information
wduda committed Oct 4, 2024
1 parent 8184e69 commit cd560c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LocaleStrings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ LC_RU.menuSkills = "Проверить доступность навыков"
LC_EN.acquired = "You have acquired the (.*) skill%."
LC_DE.acquired = "Ihr habt Euch die Fertigkeit (.*) angeeignet%."
LC_FR.acquired = "Vous avez acquis la compétence (.*)%."
LC_RU.acquired = "Вы приобрели навык (.*)%."
LC_RU.acquired = "Вы приобрели умение <(.*)%>."

LC_EN.store = "LOTRO Store"
LC_DE.store = ""
Expand Down

0 comments on commit cd560c5

Please sign in to comment.