Skip to content
Snippets Groups Projects
Commit 3c1e88dd authored by Tristan Matthews's avatar Tristan Matthews Committed by Vivien Didelot
Browse files

gnome: make calltree popup menu translatable

Refs #45100

Change-Id: I44696a8cad6fe03f84a1948ff15ce499ad60c514
parent fa1e4d79
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment