Skip to content

Commit

Permalink
fix outdated translation key ITSYOURS
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed Aug 25, 2024
1 parent 66838e8 commit a93a35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pets-gd/quests/intro1.gd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func on_house_tp(target):

var picked_bedcolor_x = await dbox().say_as_with_choices(
"[JUNIPER]",
[picked_thoughts["value"] + "_MOM", "DG_INTRO1_ITSYOURS"],
[picked_thoughts["value"] + "_MOM", "DG_INTRO1_ITS_YOURS"],
[
"[color=#BD0000]X[/color]",
"[color=#FF7200]X[/color]",
Expand Down

0 comments on commit a93a35f

Please sign in to comment.