diff options
| author | shedaniel <daniel@shedaniel.me> | 2024-04-01 22:26:52 +0900 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2024-04-17 02:55:38 +0900 |
| commit | f0ada921ddb51d9ed80640b88cded9043d0f418d (patch) | |
| tree | 5900f4f9981f2a5d7661bdb539d9e3a2165cb92a /runtime/src/main/resources | |
| parent | a231c65bea0a046a20010269bf61455b08060320 (diff) | |
| download | RoughlyEnoughItems-f0ada921ddb51d9ed80640b88cded9043d0f418d.tar.gz RoughlyEnoughItems-f0ada921ddb51d9ed80640b88cded9043d0f418d.tar.bz2 RoughlyEnoughItems-f0ada921ddb51d9ed80640b88cded9043d0f418d.zip | |
Add display validator, Fix #1610
Diffstat (limited to 'runtime/src/main/resources')
| -rwxr-xr-x | runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 1 |
1 files changed, 1 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 73bcb103a..fa6f3dbd4 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -137,6 +137,7 @@ "text.rei.left_arrow": "<", "text.rei.right_arrow": ">", "text.rei.view_all_categories": "View All Categories", + "text.rei.view_all_categories.tooltip": "%d categories", "text.rei.go_back_first_page": "Back to Page 1", "text.rei.choose_page": "Choose Page", "text.rei.shift_click_to": "Shift-Click to %s", |
