Skip to content
Snippets Groups Projects
Commit b4f3e1fa authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

misc: update wrong tooltip

Change-Id: I8b497ba74d12876710a9be4de61b8eccbb11bf2e
parent 3c15299f
No related branches found
No related tags found
No related merge requests found
...@@ -178,8 +178,8 @@ Item { ...@@ -178,8 +178,8 @@ Item {
property string mute: qsTr("Mute") property string mute: qsTr("Mute")
property string unmute: qsTr("Unmute") property string unmute: qsTr("Unmute")
property string hangup: qsTr("End call") property string hangup: qsTr("End call")
property string pause: qsTr("Pause") property string pauseVideo: qsTr("Pause video")
property string resume: qsTr("Resume") property string resumeVideo: qsTr("Resume video")
property string addParticipants: qsTr("Add participants") property string addParticipants: qsTr("Add participants")
property string chat: qsTr("Chat") property string chat: qsTr("Chat")
property string moreOptions: qsTr("More options") property string moreOptions: qsTr("More options")
......
...@@ -137,7 +137,7 @@ Rectangle { ...@@ -137,7 +137,7 @@ Rectangle {
checkedImageSource: "qrc:/images/icons/videocam_off-24px.svg" checkedImageSource: "qrc:/images/icons/videocam_off-24px.svg"
checkedImageColor: JamiTheme.declineButtonPressedRed checkedImageColor: JamiTheme.declineButtonPressedRed
toolTipText: !checked ? JamiStrings.pause : JamiStrings.resume toolTipText: !checked ? JamiStrings.pauseVideo : JamiStrings.resumeVideo
onClicked: CallAdapter.videoPauseThisCallToggle() onClicked: CallAdapter.videoPauseThisCallToggle()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment