aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-02-15 12:17:40 +0800
committershedaniel <daniel@shedaniel.me>2022-02-15 12:17:40 +0800
commit02f6ba7a5dbdc5b4ef71b52ec0b998a4075535de (patch)
tree83872751c71cfed6f1a0f92eaa4a8d9d9cf1d668 /runtime/src/main/resources
parentaec0542e5f5e912450debdc0bff33b62910f5479 (diff)
downloadRoughlyEnoughItems-02f6ba7a5dbdc5b4ef71b52ec0b998a4075535de.tar.gz
RoughlyEnoughItems-02f6ba7a5dbdc5b4ef71b52ec0b998a4075535de.tar.bz2
RoughlyEnoughItems-02f6ba7a5dbdc5b4ef71b52ec0b998a4075535de.zip
Fix #430
Diffstat (limited to 'runtime/src/main/resources')
-rwxr-xr-xruntime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
index 6824a0d97..9b974a1e6 100755
--- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
+++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json
@@ -278,6 +278,9 @@
"config.roughlyenoughitems.syntaxHighlightingMode.plain_underscored": "Plain (Underscored)",
"config.roughlyenoughitems.syntaxHighlightingMode.colorful": "Colorful",
"config.roughlyenoughitems.syntaxHighlightingMode.colorful_underscored": "Colorful (Underscored)",
+ "config.roughlyenoughitems.isFocusModeZoomed": "Entry Focus Mode:",
+ "config.roughlyenoughitems.isFocusModeZoomed.boolean.true": "Zoomed",
+ "config.roughlyenoughitems.isFocusModeZoomed.boolean.false": "Highlighted",
"config.roughlyenoughitems.filtering.shouldFilterDisplays": "Should Filter Displays:",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
"config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",