File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
resources/gg/essential/ad/assets Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ private void createButton(
152152 int index = buttonList .size ();
153153 if (screen instanceof GuiMainMenu ) {
154154 texture = AdButton .TEXTURE_MAIN_MENU ;
155- tooltip = "Enhanced Minecraft\n features, with Essential Mod" ;
155+ tooltip = "Enhance your Minecraft\n with Essential Mod" ;
156156
157157 GuiButton multiplayerButton = UButton .findButton (buttonList , MAIN_MENU_BUTTONS );
158158
@@ -169,11 +169,11 @@ private void createButton(
169169 if (Minecraft .getMinecraft ().getCurrentServerData () != null ) {
170170 // On a server
171171 texture = AdButton .TEXTURE_MULTIPLAYER ;
172- tooltip = "Stay connected with friends,\n all inside of Minecraft" ;
172+ tooltip = "Stay connected with your friends,\n all inside of Minecraft" ;
173173 } else {
174174 // In singleplayer
175175 texture = AdButton .TEXTURE_SINGLEPLAYER ;
176- tooltip = "Host worlds for free, invite \n friends, and play together " ;
176+ tooltip = "Host worlds for free,\n and play with your friends " ;
177177 }
178178
179179 GuiButton reportBugs = UButton .findButton (buttonList , PAUSE_MENU_BUTTONS );
You can’t perform that action at this time.
0 commit comments