diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-02-15 12:17:40 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-02-15 12:17:40 +0800 |
| commit | 02f6ba7a5dbdc5b4ef71b52ec0b998a4075535de (patch) | |
| tree | 83872751c71cfed6f1a0f92eaa4a8d9d9cf1d668 /runtime/src/main/resources | |
| parent | aec0542e5f5e912450debdc0bff33b62910f5479 (diff) | |
| download | RoughlyEnoughItems-02f6ba7a5dbdc5b4ef71b52ec0b998a4075535de.tar.gz RoughlyEnoughItems-02f6ba7a5dbdc5b4ef71b52ec0b998a4075535de.tar.bz2 RoughlyEnoughItems-02f6ba7a5dbdc5b4ef71b52ec0b998a4075535de.zip | |
Fix #430
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 3 |
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", |
