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
a6ec3930
Commit
a6ec3930
authored
3 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
settings: improve update dialog
Change-Id: I5aa4a5d9fa7c4c40fd001fa78237eb1d96531750 GitLab:
#332
parent
ab4c68ad
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
-0
2 additions, 0 deletions
src/constant/JamiStrings.qml
src/settingsview/components/UpdateSettings.qml
+1
-1
1 addition, 1 deletion
src/settingsview/components/UpdateSettings.qml
with
3 additions
and
1 deletion
src/constant/JamiStrings.qml
+
2
−
0
View file @
a6ec3930
...
...
@@ -468,6 +468,8 @@ Item {
// Generic dialog options
property
string
optionOk
:
qsTr
(
"
Ok
"
)
property
string
optionCancel
:
qsTr
(
"
Cancel
"
)
property
string
optionUpgrade
:
qsTr
(
"
Upgrade
"
)
property
string
optionLater
:
qsTr
(
"
Later
"
)
// Conference moderation
property
string
setModerator
:
qsTr
(
"
Set moderator
"
)
...
...
This diff is collapsed.
Click to expand it.
src/settingsview/components/UpdateSettings.qml
+
1
−
1
View file @
a6ec3930
...
...
@@ -167,7 +167,7 @@ ColumnLayout {
property
bool
beta
:
false
buttonTitles
:
[
JamiStrings
.
option
Ok
,
JamiStrings
.
option
Cancel
]
buttonTitles
:
[
JamiStrings
.
option
Upgrade
,
JamiStrings
.
option
Later
]
buttonStyles
:
[
SimpleMessageDialog
.
ButtonStyle
.
TintedBlue
,
SimpleMessageDialog
.
ButtonStyle
.
TintedBlue
...
...
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