mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
misc: rename quit conversation
Change-Id: Id403f6a3819dcb9b1f0ff58558d9904cd104295a
This commit is contained in:
parent
f9d49857ff
commit
9bccc3805a
2 changed files with 2 additions and 2 deletions
|
@ -761,7 +761,7 @@ Item {
|
|||
property string ignoreNotificationsTooltip: qsTr("Ignore all notifications from this conversation")
|
||||
property string chooseAColor: qsTr("Choose a color")
|
||||
property string defaultCallHost: qsTr("Default host (calls)")
|
||||
property string quitConversation: qsTr("Quit conversation")
|
||||
property string leaveConversation: qsTr("Leave conversation")
|
||||
property string leave: qsTr("Leave")
|
||||
property string typeOfSwarm: qsTr("Type of swarm")
|
||||
property string none: qsTr("None")
|
||||
|
|
|
@ -305,7 +305,7 @@ Rectangle {
|
|||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
anchors.margins: JamiTheme.preferredMarginSize
|
||||
text: JamiStrings.quitConversation
|
||||
text: JamiStrings.leaveConversation
|
||||
font.pointSize: JamiTheme.settingsFontSize
|
||||
font.kerning: true
|
||||
elide: Text.ElideRight
|
||||
|
|
Loading…
Add table
Reference in a new issue