diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-12-15 20:45:35 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-12-15 20:45:35 +0800 |
| commit | 9784e9f7228fc0aa3ca814e3830dbd81996a3693 (patch) | |
| tree | e6b815c435b293ec5714dee1e5040a136b6ad10f /src/main | |
| parent | 1f6137d24153b62c42da129ce5d6373bbf78ee34 (diff) | |
| download | RoughlyEnoughItems-9784e9f7228fc0aa3ca814e3830dbd81996a3693.tar.gz RoughlyEnoughItems-9784e9f7228fc0aa3ca814e3830dbd81996a3693.tar.bz2 RoughlyEnoughItems-9784e9f7228fc0aa3ca814e3830dbd81996a3693.zip | |
wip
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main')
| -rwxr-xr-x | src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 43ecda650..828b6248e 100755 --- a/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -67,9 +67,9 @@ "text.rei.view_all_categories": "View All Categories", "text.rei.go_back_first_page": "Back to Page 1", "text.rei.choose_page": "Choose Page", - "text.rei.gamemode_button.tooltip.all": "Switch Game Mode", + "text.rei.gamemode_button.tooltip.dropdown": "Switch Game Mode: Dropdown", "text.rei.gamemode_button.tooltip.entry": "Switch to %s", - "text.rei.weather_button.tooltip.all": "Switch Weather", + "text.rei.weather_button.tooltip.dropdown": "Switch Weather: Dropdown", "text.rei.weather_button.tooltip.entry": "Switch to %s", "text.rei.reload_config": "Reload Plugins", "text.rei.config.is.reloading": "Plugins are reloading!", @@ -101,7 +101,9 @@ "text.rei.tiny_potato": "Tiny Potatoz", "text.rei.add_favorite_widget": "Add...", "favorite.section.gamemode": "Game Mode", + "favorite.section.weather": "Weather", "tooltip.rei.fluid_amount": "§7%d Unit", + "tooltip.rei.drag_to_add_favorites": "§7Drag this up to add this to your favorites!", "msg.rei.copied_recipe_id": "Copied Recipe Identifier", "msg.rei.recipe_id_details": "Recipe ID: %s", "msg.rei.exported_recipe": "Exported Recipe", |
