From 9784e9f7228fc0aa3ca814e3830dbd81996a3693 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 15 Dec 2020 20:45:35 +0800 Subject: wip Signed-off-by: shedaniel --- src/main/resources/assets/roughlyenoughitems/lang/en_us.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main/resources') 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", -- cgit