mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +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:
parent
8177578b29
commit
2ccde2f932
1 changed files with 3 additions and 3 deletions
|
@ -729,10 +729,10 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="thirdPartyTxUrlsLabel">
|
||||
<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 name="text">
|
||||
<string>&Third party transaction URLs</string>
|
||||
<string>&Third-party transaction URLs</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>thirdPartyTxUrls</cstring>
|
||||
|
@ -742,7 +742,7 @@
|
|||
<item>
|
||||
<widget class="QLineEdit" name="thirdPartyTxUrls">
|
||||
<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 name="placeholderText">
|
||||
<string notr="true">https://example.com/tx/%s</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue