From 0fc75c5a436c408e7952349b1c6ebb64ed5871d9 Mon Sep 17 00:00:00 2001 From: raoulvdberge Date: Fri, 1 Sep 2017 20:57:05 +0200 Subject: [PATCH] Fixed some translations having too big "Craft" text --- CHANGELOG.md | 2 ++ src/main/resources/assets/refinedstorage/lang/de_de.lang | 2 +- src/main/resources/assets/refinedstorage/lang/fr_fr.lang | 2 +- src/main/resources/assets/refinedstorage/lang/ru_ru.lang | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95dff981a..adabcba2a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Added Project E integration for the External Storage on the Transmutation Table (raoulvdberge) - Added Project E integration for the energy values of Solderer items (raoulvdberge) - Fixed network not disconnecting when Controller is broken (raoulvdberge) +- Fixed bug where when multiple Fortune Upgrades are inserted, it chooses the first Fortune Upgrade instead of the highest one (raoulvdberge) +- Fixed some translations having too big "Craft" text (raoulvdberge) - The Fortune Upgrade doesn't use NBT anymore to store the fortune level (raoulvdberge) - Pressing SHIFT over an item in the Grid will no longer display the full unformatted count, instead, use CTRL + SHIFT and it will be displayed in the tooltip (raoulvdberge) diff --git a/src/main/resources/assets/refinedstorage/lang/de_de.lang b/src/main/resources/assets/refinedstorage/lang/de_de.lang index e030391e0..f5b2ea7a9 100755 --- a/src/main/resources/assets/refinedstorage/lang/de_de.lang +++ b/src/main/resources/assets/refinedstorage/lang/de_de.lang @@ -3,7 +3,7 @@ itemGroup.refinedstorage=Refined Storage gui.refinedstorage:controller.0=Kontrollblock gui.refinedstorage:controller.1=Kreativmodus Kontrollblock gui.refinedstorage:grid=Matrix -gui.refinedstorage:grid.craft=Fertigungsmatrix +gui.refinedstorage:grid.craft=Craft gui.refinedstorage:grid.pattern_create=Bauplan Matrix gui.refinedstorage:wireless_grid=Funk-Matrix gui.refinedstorage:fluid_grid=Flüssigkeiten Matrix diff --git a/src/main/resources/assets/refinedstorage/lang/fr_fr.lang b/src/main/resources/assets/refinedstorage/lang/fr_fr.lang index 6918e06ae..d719ca316 100755 --- a/src/main/resources/assets/refinedstorage/lang/fr_fr.lang +++ b/src/main/resources/assets/refinedstorage/lang/fr_fr.lang @@ -5,7 +5,7 @@ key.refinedstorage.focusSearchBar=bar de recherche de la grille gui.refinedstorage:controller.0=Contrôleur gui.refinedstorage:controller.1=Contrôleur gui.refinedstorage:grid=Grille -gui.refinedstorage:grid.craft=Grille de craft +gui.refinedstorage:grid.craft=Craft gui.refinedstorage:crafting_grid=Grille pour les crafts gui.refinedstorage:pattern_grid=Grille de modèle gui.refinedstorage:grid.pattern_create=Créer des modèles diff --git a/src/main/resources/assets/refinedstorage/lang/ru_ru.lang b/src/main/resources/assets/refinedstorage/lang/ru_ru.lang index f53e62dd7..e73fdb149 100755 --- a/src/main/resources/assets/refinedstorage/lang/ru_ru.lang +++ b/src/main/resources/assets/refinedstorage/lang/ru_ru.lang @@ -3,7 +3,7 @@ itemGroup.refinedstorage=Refined Storage gui.refinedstorage:controller.0=Контроллер gui.refinedstorage:controller.1=Контроллер (Креатив) gui.refinedstorage:grid=Терминал -gui.refinedstorage:grid.craft=Крафт +gui.refinedstorage:grid.craft=Craft gui.refinedstorage:grid.pattern_create=Создать шаблон gui.refinedstorage:wireless_grid=Беспроводной терминал gui.refinedstorage:fluid_grid=Жидкостный терминал