mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
qt: hyphenate usage of third-party modifier
Our usage of "third-party" should be hyphenated as it is being used as a modifier of both "URL" and "transaction URLs".
This commit is contained in:
@@ -729,10 +729,10 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="thirdPartyTxUrlsLabel">
|
<widget class="QLabel" name="thirdPartyTxUrlsLabel">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
|
<string>Third-party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Third party transaction URLs</string>
|
<string>&Third-party transaction URLs</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>thirdPartyTxUrls</cstring>
|
<cstring>thirdPartyTxUrls</cstring>
|
||||||
@@ -742,7 +742,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="thirdPartyTxUrls">
|
<widget class="QLineEdit" name="thirdPartyTxUrls">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
|
<string>Third-party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string notr="true">https://example.com/tx/%s</string>
|
<string notr="true">https://example.com/tx/%s</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user