From 622ae7d329eb0075c0f3599c0e172a7db1dc7b00 Mon Sep 17 00:00:00 2001 From: PlayeRom Date: Fri, 30 Jul 2021 01:23:47 +0200 Subject: [PATCH] Change "click here" links into links telling what you click --- src/GUI/qml/SettingExtraArguments.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GUI/qml/SettingExtraArguments.qml b/src/GUI/qml/SettingExtraArguments.qml index 485c11780..cd8a6e8e9 100644 --- a/src/GUI/qml/SettingExtraArguments.qml +++ b/src/GUI/qml/SettingExtraArguments.qml @@ -21,11 +21,11 @@ SettingControl { id: description enabled: root.enabled text: qsTr("Enter additional command-line arguments if any are required. " + - "See here " + - "for documentation on possible arguments. " + + "See documentation " + + "for possible arguments. " + "
" + - "Warning: values entered here always override other settings; click here " + - "to view the final set of arguments that will be used" + "Warning: values entered here always override other settings; see the " + + "final set of arguments that will be used." ); onLinkActivated: {