mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Reformat help tooltips
This commit is contained in:
parent
b75eedde0a
commit
1e8f8bf3cd
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ Rectangle {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
text: "<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>" +
|
text: "<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>" +
|
||||||
qsTr("Blackballed outputs") + " (<a href='#'>" + qsTr("help") + "</a>)" + translationManager.emptyString
|
qsTr("Blackballed outputs") + " <a href='#'>" + qsTr("Help") + "</a>" + translationManager.emptyString
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
sharedRingDBDialog.title = qsTr("Blackballed outputs") + translationManager.emptyString;
|
sharedRingDBDialog.title = qsTr("Blackballed outputs") + translationManager.emptyString;
|
||||||
sharedRingDBDialog.text = qsTr(
|
sharedRingDBDialog.text = qsTr(
|
||||||
|
@ -239,7 +239,7 @@ Rectangle {
|
||||||
Layout.topMargin: 24 * scaleRatio
|
Layout.topMargin: 24 * scaleRatio
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
text: "<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>" +
|
text: "<style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style>" +
|
||||||
qsTr("Rings") + " (<a href='#'>" + qsTr("help") + "</a>)" + translationManager.emptyString
|
qsTr("Rings") + " <a href='#'>" + qsTr("Help") + "</a>" + translationManager.emptyString
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
sharedRingDBDialog.title = qsTr("Rings") + translationManager.emptyString;
|
sharedRingDBDialog.title = qsTr("Rings") + translationManager.emptyString;
|
||||||
sharedRingDBDialog.text = qsTr(
|
sharedRingDBDialog.text = qsTr(
|
||||||
|
|
Loading…
Reference in a new issue