Skip to content

Commit bb2108c

Browse files
miaki3457Limiana
andauthored
fix the tooltip text error (#143)
* fix the tooltip text error * Update InventoryManagementCommon.cs --------- Co-authored-by: Limiana <5073202+Limiana@users.noreply.github.com>
1 parent daf7579 commit bb2108c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoRetainer/UI/NeoUI/InventoryManagementEntries/InventoryManagementCommon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void Tooltip()
142142
}
143143
else
144144
{
145-
if(ImGuiEx.HoveredAndClicked("Right click to add this single item to list immediately", ImGuiMouseButton.Right))
145+
if(ImGuiEx.HoveredAndClicked("Right click to remove this single item from list immediately", ImGuiMouseButton.Right))
146146
{
147147
removeAction(x.RowId);
148148
}

0 commit comments

Comments
 (0)