Skip to content

Commit

Permalink
Wrongly tagged german translation
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Jul 24, 2024
1 parent 29dd502 commit 9f2f5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alchemy/teaching/playerInventedPotions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ end

local function teachRecipe(user, target, potionIndex)
common.writeBitwise(target, potionIndex, startQuest)
user:inform("GERMAN HERE", "You successfully taught your target the recipe.")
target:inform("GERMAN HERE", "Under your mentors wise tutelage, you now feel confident in brewing a new kind of potion.")
user:inform("GERMAN TRANSLATION", "You successfully taught your target the recipe.")
target:inform("GERMAN TRANSLATION", "Under your mentors wise tutelage, you now feel confident in brewing a new kind of potion.")
end

local function selectRecipeToTeach(user, target)
Expand Down

0 comments on commit 9f2f5dd

Please sign in to comment.