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:
committed by
Tomas Slusny
parent
48c2f30959
commit
205599f4db
@@ -119,7 +119,7 @@ class LootTrackerPanel extends PluginPanel
|
|||||||
layoutPanel.add(logsContainer);
|
layoutPanel.add(logsContainer);
|
||||||
|
|
||||||
// Add error pane
|
// 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);
|
add(errorPanel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user