Merge pull request #7727 from RyBo/kourend-library-typo

Fix typo in Kourend Library config
This commit is contained in:
Tomas Slusny
2019-02-06 07:28:51 +00:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ public interface KourendLibraryConfig extends Config
@ConfigItem(
keyName = "hideButton",
name = "Hide when outside of the library",
description = "Don't show the button in the sidebar when your not in the library"
description = "Don't show the button in the sidebar when you're not in the library"
)
default boolean hideButton()
{