Merge pull request #10328 from chestnut1693/typo

loottracker plugin: fix typo
This commit is contained in:
Tomas Slusny
2019-11-26 14:39:13 +01:00
committed by GitHub

View File

@@ -82,7 +82,7 @@ public interface LootTrackerConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "syncPanel", keyName = "syncPanel",
name = "Synchronize panel contents", name = "Synchronize panel contents",
description = "Synchronize you local loot tracker with your online (requires being logged in). This means" + description = "Synchronize your local loot tracker with your online (requires being logged in). This means" +
" that panel is filled with portion of your remote data on startup and deleting data in panel deletes them" + " that panel is filled with portion of your remote data on startup and deleting data in panel deletes them" +
" also on server." " also on server."
) )