summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-03-09 09:25:26 +0000
committerRobert Pösel <robyer@seznam.cz>2014-03-09 09:25:26 +0000
commit1e6a17248b9245ab86157c72f4fab5fd0c114eec (patch)
tree6e7b7edf305968326c71a1541b422831054b2f32 /protocols
parent2cb70b9353fb7a031bf14b34a2b46c03a6978343 (diff)
Facebook: Conversation history -> Conversation
git-svn-id: http://svn.miranda-ng.org/main/trunk@8490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/FacebookRM/src/theme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/theme.cpp b/protocols/FacebookRM/src/theme.cpp
index eb10c0d6a8..03a841abb5 100644
--- a/protocols/FacebookRM/src/theme.cpp
+++ b/protocols/FacebookRM/src/theme.cpp
@@ -32,7 +32,7 @@ static IconItem icons[] =
{ LPGEN("Notification"), "notification", IDI_NOTIFICATION },
{ LPGEN("Newsfeed"), "newsfeed", IDI_NEWSFEED },
{ LPGEN("Friendship details"), "friendship", IDI_FRIENDS },
- { LPGEN("Conversation history"), "conversation", IDI_CONVERSATION },
+ { LPGEN("Conversation"), "conversation", IDI_CONVERSATION },
};
// TODO: uninit
@@ -104,7 +104,7 @@ void InitContactMenus()
mi.position = -2000006002;
mi.icolibItem = GetIconHandle("conversation");
- mi.pszName = LPGEN("Visit conversation history");
+ mi.pszName = LPGEN("Visit conversation");
mi.pszService = "FacebookProto/VisitConversation";
CreateServiceFunction(mi.pszService, GlobalService<&FacebookProto::VisitConversation>);
g_hContactMenuItems[CMI_VISIT_CONVERSATION] = Menu_AddContactMenuItem(&mi);