aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorDanielshe <shekwancheung0528@gmail.com>2019-09-02 20:35:41 +0800
committerDanielshe <shekwancheung0528@gmail.com>2019-09-02 20:35:41 +0800
commitf58357a4c54639b45a76c793376f4a4a0a2e5a3a (patch)
treee8fddc3217911510a866a9024340b4793501dd60 /src/main/resources/assets
parent4bfb43bdc23de6d8263de9c39c48bd2b06e098a5 (diff)
downloadRoughlyEnoughItems-f58357a4c54639b45a76c793376f4a4a0a2e5a3a.tar.gz
RoughlyEnoughItems-f58357a4c54639b45a76c793376f4a4a0a2e5a3a.tar.bz2
RoughlyEnoughItems-f58357a4c54639b45a76c793376f4a4a0a2e5a3a.zip
Scrollbar is a very important element of a list
Diffstat (limited to 'src/main/resources/assets')
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_us.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 3f1681d9b..861c7fdbd 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -102,9 +102,9 @@
"config.roughlyenoughitems.searchFieldLocation.bottom_side": "Bottom Left / Right",
"config.roughlyenoughitems.searchFieldLocation.top_side": "Top Left / Right",
"config.roughlyenoughitems.searchFieldLocation.center": "Middle",
- "config.roughlyenoughitems.villagerScreenPermanentScrollBar": "Villager Recipe Screen Scrollbar:",
- "config.roughlyenoughitems.villagerScreenPermanentScrollBar.boolean.true": "Permanent",
- "config.roughlyenoughitems.villagerScreenPermanentScrollBar.boolean.false": "Auto Fade Out",
+ "config.roughlyenoughitems.villagerScreenPermanentScrollBar": "Scrollbar Fade:",
+ "config.roughlyenoughitems.villagerScreenPermanentScrollBar.boolean.true": "Never",
+ "config.roughlyenoughitems.villagerScreenPermanentScrollBar.boolean.false": "When Inactive",
"config.roughlyenoughitems.disableRecipeBook": "Vanilla Recipe Book:",
"config.roughlyenoughitems.disableRecipeBook.boolean.true": "Disabled",
"config.roughlyenoughitems.disableRecipeBook.boolean.false": "Enabled",