summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-13 16:49:37 +0200
committerAndrei Karas <akaras@inbox.ru>2011-03-13 16:49:37 +0200
commit73f79a41128b8826d40f4114b628e0cab956eced (patch)
treed187862ce2fd62436e90d606ae2f0b94a0a3b62a /src/gui
parentcd0d034b9bb119f3ccfb65612d37a60e9efcb1c4 (diff)
downloadplus-73f79a41128b8826d40f4114b628e0cab956eced.tar.gz
plus-73f79a41128b8826d40f4114b628e0cab956eced.tar.bz2
plus-73f79a41128b8826d40f4114b628e0cab956eced.tar.xz
plus-73f79a41128b8826d40f4114b628e0cab956eced.zip
Replace befriend to be friend.
Diffstat (limited to 'src/gui')
-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 4c970ed19..1850fbb68 100644
--- a/src/gui/popupmenu.cpp
+++ b/src/gui/popupmenu.cpp
@@ -135,7 +135,7 @@ void PopupMenu::showPopup(int x, int y, Being *being)
switch (player_relations.getRelation(name))
{
case PlayerRelation::NEUTRAL:
- mBrowserBox->addRow(_("@@friend|Befriend@@"));
+ mBrowserBox->addRow(_("@@friend|Be friend@@"));
mBrowserBox->addRow(_("@@disregard|Disregard@@"));
mBrowserBox->addRow(_("@@ignore|Ignore@@"));
mBrowserBox->addRow(_("@@erase|Erase@@"));
@@ -301,7 +301,7 @@ void PopupMenu::showPlayerPopup(int x, int y, std::string nick)
switch (player_relations.getRelation(name))
{
case PlayerRelation::NEUTRAL:
- mBrowserBox->addRow(_("@@friend|Befriend@@"));
+ mBrowserBox->addRow(_("@@friend|Be friend@@"));
mBrowserBox->addRow(_("@@disregard|Disregard@@"));
mBrowserBox->addRow(_("@@ignore|Ignore@@"));
mBrowserBox->addRow(_("@@erase|Erase@@"));
@@ -515,7 +515,7 @@ void PopupMenu::showChatPopup(int x, int y, ChatTab *tab)
switch (player_relations.getRelation(name))
{
case PlayerRelation::NEUTRAL:
- mBrowserBox->addRow(_("@@friend|Befriend@@"));
+ mBrowserBox->addRow(_("@@friend|Be friend@@"));
mBrowserBox->addRow(_("@@disregard|Disregard@@"));
mBrowserBox->addRow(_("@@ignore|Ignore@@"));
mBrowserBox->addRow(_("@@erase|Erase@@"));