diff options
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json index 2e1bd78f1..c2a44df4f 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json @@ -60,8 +60,10 @@ "text.rei.view_all_categories": "Visualizar todas as categorias", "text.rei.go_back_first_page": "Retornar para página 1", "text.rei.choose_page": "Escolhar página", - "text.rei.gamemode_button.tooltip": "Alternar modo de jogo\n§7Alternar para o modo %s", - "text.rei.weather_button.tooltip": "Alternar clima\n§7Altenar para %s.", + "text.rei.gamemode_button.tooltip.all": "Switch Game Mode", + "text.rei.gamemode_button.tooltip.entry": "Switch to %s", + "text.rei.weather_button.tooltip.all": "Switch Weather", + "text.rei.weather_button.tooltip.entry": "Switch to %s", "text.rei.reload_config": "Recarregar Plugins", "text.rei.config.is.reloading": "Os plugins estão recarregando!", "text.rei.enabled": "Sim", |
