Skip to content

Commit cde3f26

Browse files
committed
#3762 Improve tooltip when there is not enough space to draw JEI
1 parent 80965a4 commit cde3f26

File tree

1 file changed

+2
-2
lines changed
  • Common/src/main/resources/assets/jei/lang

1 file changed

+2
-2
lines changed

Common/src/main/resources/assets/jei/lang/en_us.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"jei.tooltip.cheat.mode.how.to.disable.hover.config.button.hotkey": "%s here to toggle it.",
1818
"jei.tooltip.recipe.by": "Recipe By: %s",
1919
"jei.tooltip.recipe.id": "Recipe ID: %s",
20-
"jei.tooltip.not.enough.space": "There is not enough space to display the JEI ingredient list overlay here.",
20+
"jei.tooltip.not.enough.space": "The area next to this screen is too small for JEI to display.",
2121
"jei.tooltip.ingredient.list.disabled": "The JEI overlays are disabled.",
2222
"jei.tooltip.ingredient.list.disabled.how.to.fix": "Press \"%s\" to enable them.",
2323
"jei.tooltip.bookmarks": "JEI Bookmarks",
2424
"jei.tooltip.bookmarks.usage.nokey": "Add a key binding for JEI bookmarks in your Controls settings.",
2525
"jei.tooltip.bookmarks.usage.key": "Hover over an ingredient and press \"%s\" to bookmark it.",
26-
"jei.tooltip.bookmarks.not.enough.space": "There is not enough space to display the JEI bookmark list overlay here.",
26+
"jei.tooltip.bookmarks.not.enough.space": "The area next to this screen is too small for bookmarks to display.",
2727
"jei.tooltip.bookmarks.recipe": "%s Recipe Bookmark",
2828
"jei.tooltip.bookmarks.recipe.add": "Bookmark this recipe.",
2929
"jei.tooltip.bookmarks.recipe.remove": "Remove the bookmark for this recipe.",

0 commit comments

Comments
 (0)