Merge pull request #1777 from open-osrs/fix-plugin-typos

pluginsorter: misc
This commit is contained in:
Tyler Bochard
2019-10-13 19:00:41 -04:00
committed by GitHub

View File

@@ -79,7 +79,7 @@ public interface PluginSorterConfig extends Config
@ConfigTitleSection(
keyName = "hidePluginsTitle",
name = "Hiding",
name = "Hide By Type",
description = "",
position = 2
)
@@ -91,7 +91,7 @@ public interface PluginSorterConfig extends Config
@ConfigItem(
position = 3,
keyName = "hidePlugins",
name = "Hide Plugins",
name = "Hide All Plugins",
description = "Hides all OpenOSRS plugins if checked",
titleSection = "hidePluginsTitle",
hide = "hidePvmPlugins || hidePvpPlugins || hideSkillingPlugins || hideUtilityPlugins || hideExternalPlugins"
@@ -130,7 +130,7 @@ public interface PluginSorterConfig extends Config
@ConfigItem(
position = 6,
keyName = "hideSkillingPlugins",
name = "Hide Skillinh Plugins",
name = "Hide Skilling Plugins",
description = "Hides all OpenOSRS skilling plugins if checked",
titleSection = "hidePluginsTitle",
hide = "hidePlugins"
@@ -242,4 +242,4 @@ public interface PluginSorterConfig extends Config
return new Color(144, 212, 237, 255);
}
}
}