diff --git a/qml/plugins/CleanPackageCache.qml b/qml/plugins/CleanPackageCache.qml
index 41002a1..4861e46 100644
--- a/qml/plugins/CleanPackageCache.qml
+++ b/qml/plugins/CleanPackageCache.qml
@@ -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 and %2 by .
//% "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 "
- //% "here."
- description: qsTrId("sailfish-utilities-me-clean-pkg-cache-desc")
+ //% "%1here%2."
+ description: qsTrId("sailfish-utilities-me-clean-pkg-cache-desc-url")
+ .arg("")
+ .arg("")
requiresReboot: true
function action(on_reply, on_error) {
diff --git a/qml/plugins/CleanTracker.qml b/qml/plugins/CleanTracker.qml
index 7960d47..e445606 100644
--- a/qml/plugins/CleanTracker.qml
+++ b/qml/plugins/CleanTracker.qml
@@ -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 and %2 by .
//% "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 "
- //% "here."
- description: qsTrId("sailfish-utilities-me-clean-tracker-db-desc")
+ //% "%1here%2."
+ description: qsTrId("sailfish-utilities-me-clean-tracker-db-desc-url")
+ .arg("")
+ .arg("")
deviceLockRequired: false
function action(on_reply, on_error) {