summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popupmenu.cpp')
-rw-r--r--src/gui/popupmenu.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/popupmenu.cpp b/src/gui/popupmenu.cpp
index 94d39e78..2c820bab 100644
--- a/src/gui/popupmenu.cpp
+++ b/src/gui/popupmenu.cpp
@@ -152,8 +152,8 @@ void PopupMenu::showPopup(int x, int y, FloorItem *floorItem)
// Floor item can be picked up (single option, candidate for removal)
std::string name = ItemDB::get(mFloorItem->getItemId()).getName();
- mBrowserBox->addRow(strprintf(_("@@pickup|Pick Up %s@@"), name.c_str()));
- mBrowserBox->addRow(_("@@chat|Add to Chat@@"));
+ mBrowserBox->addRow(strprintf(_("@@pickup|Pick up %s@@"), name.c_str()));
+ mBrowserBox->addRow(_("@@chat|Add to chat@@"));
//browserBox->addRow("@@look|Look To@@");
mBrowserBox->addRow("##3---");
@@ -349,7 +349,7 @@ void PopupMenu::showPopup(int x, int y, Item *item)
if (!item->isEquipment())
mBrowserBox->addRow(_("@@split|Split@@"));
#endif
- mBrowserBox->addRow(_("@@chat|Add to Chat@@"));
+ mBrowserBox->addRow(_("@@chat|Add to chat@@"));
mBrowserBox->addRow("##3---");
mBrowserBox->addRow(_("@@cancel|Cancel@@"));