diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2016-08-14 16:17:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-14 16:17:08 -0400 |
commit | dba69b1f7116bdb0f4c9be3dafd411db757e14ec (patch) | |
tree | 3fba50ac37d2568490bf86f0d653fb5bbdddaa2f /locale | |
parent | fc879df7619a15af28f785d7db164c7eaae340ce (diff) | |
parent | 067805671686ecdf155b02bba03dec7472cd8d21 (diff) |
Merge pull request #71 from Wuzzy2/minicraft
Show crafting recipes correctly with size > 3
Diffstat (limited to 'locale')
-rw-r--r-- | locale/de.txt | 1 | ||||
-rw-r--r-- | locale/template.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/locale/de.txt b/locale/de.txt index 193633a..6ceab4c 100644 --- a/locale/de.txt +++ b/locale/de.txt @@ -55,6 +55,7 @@ Show next recipe = Nächstes Rezept zeigen Show next usage = Nächste Verwendung zeigen Show previous recipe = Vorheriges Rezept zeigen Show previous usage = Vorherige Verwendung zeigen +This recipe is too\nlarge to be displayed. = Dieses Rezept ist zu\ngroß, um angezeigt\nzu werden. Recipe %d of %d = Rezept %d von %d Usage %d of %d = Verwendung %d von %d No recipes = Keine Rezepte diff --git a/locale/template.txt b/locale/template.txt index 4e8e658..73194d4 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -57,6 +57,8 @@ Show next recipe = Show next usage = Show previous recipe = Show previous usage = +# Shown for huge crafting recipes; try to keep the line length short and use multiple line breaks as needed +This recipe is too\nlarge to be displayed. = Recipe %d of %d = Usage %d of %d = No recipes = |