Clarify wording of default log tracker message (#4602)

It doesn't only track kills, but also clues and raids completions
This commit is contained in:
Magic fTail
2018-08-01 00:38:37 +02:00
committed by Tomas Slusny
parent 48c2f30959
commit 205599f4db

View File

@@ -119,7 +119,7 @@ class LootTrackerPanel extends PluginPanel
layoutPanel.add(logsContainer);
// Add error pane
errorPanel.setContent("Loot trackers", "You have not killed anything yet.");
errorPanel.setContent("Loot trackers", "You have not received any loot yet.");
add(errorPanel);
}