From cb1b0bed954d1b1370cf65bdf348cc4434feab53 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Wed, 22 Apr 2009 07:42:01 +0200 Subject: Some string fixes --- src/gui/popupmenu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/popupmenu.cpp') 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@@")); -- cgit v1.2.3-70-g09d2