Use PACKAGE_NAME in messages rather than hardcoding "Bitcoin Core"

This commit is contained in:
Hennadii Stepanov
2022-09-20 15:26:35 +01:00
parent 80d1598133
commit b147322a7a
3 changed files with 5 additions and 3 deletions

View File

@@ -286,7 +286,7 @@
<item>
<widget class="QLineEdit" name="externalSignerPath">
<property name="toolTip">
<string>Full path to a Bitcoin Core compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins!</string>
<string>Full path to a %1 compatible script (e.g. C:\Downloads\hwi.exe or /Users/you/Downloads/hwi.py). Beware: malware can steal your coins!</string>
</property>
</widget>
</item>