diff --git a/Core/GUI/MainWindow.lua b/Core/GUI/MainWindow.lua index 9de04905..fd6b0570 100644 --- a/Core/GUI/MainWindow.lua +++ b/Core/GUI/MainWindow.lua @@ -201,7 +201,7 @@ local function onClickItem(cell, item) coord.m, coord.x / 100.0, coord.y / 100.0, - { title = "Rarity" .. ": " .. item.name .. extraName } + { title = item.name .. extraName, from = "Rarity" } ) added = added + 1 end