Change "click here" links into links telling what you click
This commit is contained in:
parent
073784fa03
commit
622ae7d329
1 changed files with 4 additions and 4 deletions
|
@ -21,11 +21,11 @@ SettingControl {
|
|||
id: description
|
||||
enabled: root.enabled
|
||||
text: qsTr("Enter additional command-line arguments if any are required. " +
|
||||
"See <a href=\"http://flightgear.sourceforge.net/getstart-en/getstart-enpa2.html#x5-450004.5\">here</a> " +
|
||||
"for documentation on possible arguments. " +
|
||||
"See <a href=\"http://flightgear.sourceforge.net/getstart-en/getstart-enpa2.html#x5-450004.5\">documentation</a> " +
|
||||
"for possible arguments. " +
|
||||
"<br>" +
|
||||
"<b>Warning:</b> values entered here always override other settings; <a href=\"#view-command-line\">click here</a> " +
|
||||
"to view the final set of arguments that will be used"
|
||||
"<b>Warning:</b> values entered here always override other settings; see the " +
|
||||
"<a href=\"#view-command-line\">final set of arguments</a> that will be used."
|
||||
);
|
||||
|
||||
onLinkActivated: {
|
||||
|
|
Loading…
Reference in a new issue