Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Feb 9, 2024
1 parent 19e4516 commit ed8f410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magic/arcane/enchanting/core/glyphed_item_into_shards.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ local function glyphedItemIntoShardsAndItem(user, jewellery)
if count >= 1 then
local pluralOrNotEnglish = count == 1 and "shard." or "shards."
local pluralOrNotGerman = count == 1 and "GERMAN TRANSLATION" or "GERMAN TRANSLATION"
german = german.."GERMAN TRANSLATION"..count..pluralOrNotGerman
english = english.." You managed to salvage "..count..pluralOrNotEnglish
german = german.."GERMAN TRANSLATION"..count.." "..pluralOrNotGerman
english = english.." You managed to salvage "..count.." "..pluralOrNotEnglish
else
german = german.."GERMAN TRANSLATION"
english = english.." You did not manage to salvage any shards."
Expand Down

0 comments on commit ed8f410

Please sign in to comment.