Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
sailfish-apps
Received
Commits
f50e02e3
Commit
f50e02e3
authored
Nov 07, 2017
by
Carmen F. B.
Browse files
Added qsTr
parent
ded1e3ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qml/pages/SettingsPage.qml
qml/pages/SettingsPage.qml
+1
-1
No files found.
qml/pages/SettingsPage.qml
View file @
f50e02e3
...
...
@@ -8,7 +8,7 @@ SettingsPageForm {
aboutAction.onClicked
:
console
.
log
(
"
TODO
"
)
buttonResetDb.onClicked
:
{
Remorse
.
popupAction
(
buttonResetDb
,
"
Droping DB
"
,
function
()
{
Remorse
.
popupAction
(
buttonResetDb
,
qsTr
(
"
Droping DB
"
)
,
function
()
{
DB
.
dropDB
();
Favorites
.
updateFavorites
()});
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment