mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: /xlitem help hint out of date for UI
This commit is contained in:
parent
696b7d3d57
commit
0565fe2532
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ namespace Dalamud {
|
||||||
|
|
||||||
CommandManager.AddHandler("/xlitem", new CommandInfo(OnItemLinkCommand)
|
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
|
#if DEBUG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue