Skip to content

Commit 2ccde2f

Browse files
committed
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".
1 parent 8177578 commit 2ccde2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/qt/forms/optionsdialog.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -729,10 +729,10 @@
729729
<item>
730730
<widget class="QLabel" name="thirdPartyTxUrlsLabel">
731731
<property name="toolTip">
732-
<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>
732+
<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>
733733
</property>
734734
<property name="text">
735-
<string>&amp;Third party transaction URLs</string>
735+
<string>&amp;Third-party transaction URLs</string>
736736
</property>
737737
<property name="buddy">
738738
<cstring>thirdPartyTxUrls</cstring>
@@ -742,7 +742,7 @@
742742
<item>
743743
<widget class="QLineEdit" name="thirdPartyTxUrls">
744744
<property name="toolTip">
745-
<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>
745+
<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>
746746
</property>
747747
<property name="placeholderText">
748748
<string notr="true">https://example.com/tx/%s</string>

0 commit comments

Comments
 (0)