fix: /xlitem help hint out of date for UI

This commit is contained in:
goat 2020-04-20 18:37:03 +02:00
parent 696b7d3d57
commit 0565fe2532

View file

@ -403,7 +403,7 @@ namespace Dalamud {
CommandManager.AddHandler("/xlitem", new CommandInfo(OnItemLinkCommand)
{
HelpMessage = Loc.Localize("DalamudItemLinkHelp", "Link an item by name. Usage: /xlitem <Item name>. For matching an item exactly, use /xlitem +<Item name>")
HelpMessage = Loc.Localize("DalamudItemLinkHelp", "Open a window you can use to link any specific item to chat.")
});
#if DEBUG