Fix typo "Giant's Foundry" -> "Giants' Foundry"

This commit is contained in:
Markus Tran
2025-01-27 12:20:21 -08:00
committed by GitHub
parent f12d7f32c4
commit 7ae29245e6
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
displayName=Easy Giant's Foundry
displayName=Easy Giants' Foundry
author=Toofifty
support=https://github.com/Toofifty/easy-giantsfoundry
description=Helpful overlays for the Giant's Foundry minigame
description=Helpful overlays for the Giants' Foundry minigame
tags=smithing,giant,foundry,giantsfoundry,minigame,ez,easy,smith
plugins=com.toofifty.easygiantsfoundry.EasyGiantsFoundryPlugin
plugins=com.toofifty.easygiantsfoundry.EasyGiantsFoundryPlugin

View File

@@ -268,7 +268,7 @@ public interface EasyGiantsFoundryConfig extends Config
@ConfigItem(
keyName = "infoTitle",
name = "Title",
description = "Toggle for \"Easy Giant's Foundry\" text",
description = "Toggle for \"Easy Giants' Foundry\" text",
position = 0,
section = infoPanelList
)

View File

@@ -35,8 +35,8 @@ import java.util.Set;
@Slf4j
@PluginDescriptor(
name = "Easy Giant's Foundry",
description = "Helpful overlays for the Giant's Foundry minigame"
name = "Easy Giants' Foundry",
description = "Helpful overlays for the Giants' Foundry minigame"
)
public class EasyGiantsFoundryPlugin extends Plugin
{

View File

@@ -76,7 +76,7 @@ public class FoundryOverlay2D extends OverlayPanel
if (config.drawTitle())
{
panelComponent.getChildren().add(TitleComponent.builder().text("Easy Giant's Foundry").build());
panelComponent.getChildren().add(TitleComponent.builder().text("Easy Giants' Foundry").build());
}
if (swordPickedUp)