summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/popups/popupmenu.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp
index 06a8edc54..9e394fabb 100644
--- a/src/gui/popups/popupmenu.cpp
+++ b/src/gui/popups/popupmenu.cpp
@@ -343,7 +343,7 @@ void PopupMenu::showPopup(const int x, const int y, const Being *const being)
mBrowserBox->addRow("##3---");
// TRANSLATORS: popup menu item
// TRANSLATORS: fire mercenary
- mBrowserBox->addRow("fire mercenary", _("Fire"));
+ mBrowserBox->addRow("/firemercenary", _("Fire"));
mBrowserBox->addRow("##3---");
break;
@@ -1297,10 +1297,6 @@ void PopupMenu::handleLink(const std::string &link,
if (chat != nullptr)
chatHandler->joinChat(chat, "");
}
- else if (link == "fire mercenary")
- {
- mercenaryHandler->fire();
- }
else if (link == "mercenary to master")
{
mercenaryHandler->moveToMaster();