diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-20 12:09:11 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-20 12:09:11 +0200 |
commit | 9853cd599f6e84333d8688edc324861b67c86bbb (patch) | |
tree | 996972a71188036fbbc95a9361b5027dffc8c508 /locale | |
parent | cc79cea77b81cfee21bb84eb2b4cda59ac42143b (diff) | |
download | hurrycurry-9853cd599f6e84333d8688edc324861b67c86bbb.tar hurrycurry-9853cd599f6e84333d8688edc324861b67c86bbb.tar.bz2 hurrycurry-9853cd599f6e84333d8688edc324861b67c86bbb.tar.zst |
prevent burning in tutorial. also fixes #138
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en.ini b/locale/en.ini index f5eb0de6..e377d927 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -173,12 +173,14 @@ c.setup.user_signature.desc=Signature of the Employee:%n%n%n s.bot.simple=Simple chef s.bot.waiter=Waiter s.bot.frank=Frank Miller +s.tutorial.prevent_burning=Take this before it burns +s.tutorial.take_now=Take this item quickly! s.tutorial.active=Interact here for {0}s s.tutorial.clear_tile=Clear this tile s.tutorial.error=Tutorial code handle this recipe yet. s.tutorial.finished=Tutorial finished! s.tutorial.hold_interact=Hold interact -s.tutorial.interact_empty=Interact with an empty tile +s.tutorial.interact_empty=Interact with an empty counter s.tutorial.interact=Interact here s.tutorial.pickup=Take this item. s.tutorial.put_away=Put away this item for later |