Skip to content

Commit

Permalink
Merge pull request #63 from sailfishos/jb59782
Browse files Browse the repository at this point in the history
[sailfish-utilities] Use DSO as target for more info links. JB#59782
  • Loading branch information
vigejolla authored Jan 13, 2023
2 parents 3b1d607 + b5b0796 commit 1069324
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions qml/plugins/CleanPackageCache.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ ActionItem {
title: qsTrId("sailfish-tools-he-packace_cache")
//% "Clean"
actionName: qsTrId("sailfish-tools-bt-clean")
//: Text surrounded by %1 and %2 becomes a hyperlink: %1 is replaced by <a href="..."> and %2 by </a>.
//% "Package cache cleaning can be tried if there are "
//% "problems with store, e.g. 'Critical problem with the app registry' error. "
//% "More information can be found "
//% "<a href='https://together.jolla.com/question/7988/problem-with-store-unable-to-install/'>here</a>."
description: qsTrId("sailfish-utilities-me-clean-pkg-cache-desc")
//% "%1here%2."
description: qsTrId("sailfish-utilities-me-clean-pkg-cache-desc-url")
.arg("<a href='https://docs.sailfishos.org/Support/Help_Articles/Tips_and_Tricks/#fix-the-package-cache'>")
.arg("</a>")
requiresReboot: true

function action(on_reply, on_error) {
Expand Down
7 changes: 5 additions & 2 deletions qml/plugins/CleanTracker.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ ActionItem {
title: qsTrId("sailfish-tools-he-tracker_database")
//% "Clean"
actionName: qsTrId("sailfish-tools-bt-clean")
//: Text surrounded by %1 and %2 becomes a hyperlink: %1 is replaced by <a href="..."> and %2 by </a>.
//% "Tracker dabatabase cleaning can help in cases with "
//% "missing images, audio files etc. Processes using tracker "
//% "will be closed, tracker reindexing will be started. "
//% "More information can be found "
//% "<a href='https://together.jolla.com/question/4337/refresh-tracker/'>here</a>."
description: qsTrId("sailfish-utilities-me-clean-tracker-db-desc")
//% "%1here%2."
description: qsTrId("sailfish-utilities-me-clean-tracker-db-desc-url")
.arg("<a href='https://docs.sailfishos.org/Support/Help_Articles/Tips_and_Tricks/#refresh-the-tracker-database'>")
.arg("</a>")
deviceLockRequired: false

function action(on_reply, on_error) {
Expand Down

0 comments on commit 1069324

Please sign in to comment.