From 3c1e88dde4cccf2ab2d13d0185d12978307ad54c Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 1 May 2014 14:16:30 -0400
Subject: [PATCH] gnome: make calltree popup menu translatable

Refs #45100

Change-Id: I44696a8cad6fe03f84a1948ff15ce499ad60c514
---
 gnome/src/contacts/calltree.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnome/src/contacts/calltree.c b/gnome/src/contacts/calltree.c
index 988d6dbfd1..80b075d99e 100644
--- a/gnome/src/contacts/calltree.c
+++ b/gnome/src/contacts/calltree.c
@@ -71,9 +71,8 @@ typedef struct {
 
 static PopupData *popup_data = NULL;
 
-// Messages used in menu item
-static const gchar * const SFL_CREATE_CONFERENCE = "Create conference";
-static const gchar * const SFL_TRANSFER_CALL = "Transfer call to";
+#define SFL_CREATE_CONFERENCE _("Create conference")
+#define SFL_TRANSFER_CALL _("Transfer call to")
 
 static GtkWidget *calltree_popupmenu = NULL;
 static GtkWidget *calltree_menu_items = NULL;
-- 
GitLab