loottracker - Reword syncPanel config description
This commit is contained in:
@@ -82,9 +82,9 @@ public interface LootTrackerConfig extends Config
|
|||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "syncPanel",
|
keyName = "syncPanel",
|
||||||
name = "Synchronize panel contents",
|
name = "Synchronize panel contents",
|
||||||
description = "Synchronize your local loot tracker with your online (requires being logged in). This means" +
|
description = "Synchronize your local loot tracker with your server data (requires being logged in).<br/>" +
|
||||||
" that panel is filled with portion of your remote data on startup and deleting data in panel deletes them" +
|
" This means the panel is filled with portions of your remote data on startup<br/>" +
|
||||||
" also on server."
|
" and deleting data in the panel also deletes it on the server."
|
||||||
)
|
)
|
||||||
default boolean syncPanel()
|
default boolean syncPanel()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user