Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
b4f3e1fa
Commit
b4f3e1fa
authored
4 years ago
by
Ming Rui Zhang
Browse files
Options
Downloads
Patches
Plain Diff
misc: update wrong tooltip
Change-Id: I8b497ba74d12876710a9be4de61b8eccbb11bf2e
parent
3c15299f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/constant/JamiStrings.qml
+2
-2
2 additions, 2 deletions
src/constant/JamiStrings.qml
src/mainview/components/CallOverlayButtonGroup.qml
+1
-1
1 addition, 1 deletion
src/mainview/components/CallOverlayButtonGroup.qml
with
3 additions
and
3 deletions
src/constant/JamiStrings.qml
+
2
−
2
View file @
b4f3e1fa
...
...
@@ -178,8 +178,8 @@ Item {
property
string
mute
:
qsTr
(
"
Mute
"
)
property
string
unmute
:
qsTr
(
"
Unmute
"
)
property
string
hangup
:
qsTr
(
"
End call
"
)
property
string
pause
:
qsTr
(
"
Pause
"
)
property
string
resume
:
qsTr
(
"
Resume
"
)
property
string
pause
Video
:
qsTr
(
"
Pause
video
"
)
property
string
resume
Video
:
qsTr
(
"
Resume
video
"
)
property
string
addParticipants
:
qsTr
(
"
Add participants
"
)
property
string
chat
:
qsTr
(
"
Chat
"
)
property
string
moreOptions
:
qsTr
(
"
More options
"
)
...
...
This diff is collapsed.
Click to expand it.
src/mainview/components/CallOverlayButtonGroup.qml
+
1
−
1
View file @
b4f3e1fa
...
...
@@ -137,7 +137,7 @@ Rectangle {
checkedImageSource
:
"
qrc:/images/icons/videocam_off-24px.svg
"
checkedImageColor
:
JamiTheme
.
declineButtonPressedRed
toolTipText
:
!
checked
?
JamiStrings
.
pause
:
JamiStrings
.
resume
toolTipText
:
!
checked
?
JamiStrings
.
pause
Video
:
JamiStrings
.
resume
Video
onClicked
:
CallAdapter
.
videoPauseThisCallToggle
()
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment