From 43094bad8b1b1f17a0d8a038d22430ff1708b3a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Tue, 29 Sep 2020 14:57:32 -0400
Subject: [PATCH] translations: remove remaining hang up call

Change-Id: I8ae528407b7e58438a52da181bd8f427c889263d
---
 src/mainview/components/ConversationSmartListContextMenu.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainview/components/ConversationSmartListContextMenu.qml b/src/mainview/components/ConversationSmartListContextMenu.qml
index b9b8def96..a675332f8 100644
--- a/src/mainview/components/ConversationSmartListContextMenu.qml
+++ b/src/mainview/components/ConversationSmartListContextMenu.qml
@@ -72,7 +72,7 @@ Item {
             }
 
         } else {
-            ContextMenuGenerator.addMenuItem(qsTr("Hang up call"),
+            ContextMenuGenerator.addMenuItem(JamiStrings.hangup,
                                              "qrc:/images/icons/ic_call_end_white_24px.svg",
                                              function (){
                                                  CallAdapter.hangUpACall(responsibleAccountId,
-- 
GitLab