summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-13 13:15:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-13 13:15:27 +0300
commitfb3bd2b88782b5cf11e4abd851ba142c9265b8cc (patch)
treea38899b87c983d8e17c3e22df8dc7ebf71e74863
parent1a539c37caa6b20762e0cbf45351b9941669006f (diff)
downloadplus-fb3bd2b88782b5cf11e4abd851ba142c9265b8cc.tar.gz
plus-fb3bd2b88782b5cf11e4abd851ba142c9265b8cc.tar.bz2
plus-fb3bd2b88782b5cf11e4abd851ba142c9265b8cc.tar.xz
plus-fb3bd2b88782b5cf11e4abd851ba142c9265b8cc.zip
Use command /dropinvall in popup menu.
-rw-r--r--src/gui/popups/popupmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp
index 0327914fa..f897dda54 100644
--- a/src/gui/popups/popupmenu.cpp
+++ b/src/gui/popups/popupmenu.cpp
@@ -2727,7 +2727,7 @@ void PopupMenu::addUseDrop(const Item *const item, const bool isProtected)
mBrowserBox->addRow("/dropinv 'INVINDEX'", _("Drop..."));
// TRANSLATORS: popup menu item
// TRANSLATORS: drop all item amount
- mBrowserBox->addRow("/dropitemall 'ITEMID'", _("Drop all"));
+ mBrowserBox->addRow("/dropinvall 'INVINDEX'", _("Drop all"));
}
else
{