diff --git a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java index bf1e1acc..496db303 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -73,7 +73,7 @@ public final class SecuritySettings implements SettingsHolder { public static final Property CHECK_FOR_UPDATES = newProperty("Plugin.updates.checkForUpdates", true); - @Comment("Should we show the Authme banner on startup?") + @Comment("Should we show the AuthMe banner on startup?") public static final Property SHOW_STARTUP_BANNER = newProperty("Plugin.banners.showBanners", true);