mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
qt: Prevent wrong handling of %2
token by Transifex
Transifex must expect a `%2` token in the translated string, not a `%2GB` one.
This commit is contained in:
parent
124e75a41e
commit
8ed2b72767
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="lblExplanation1">
|
||||
<property name="text">
|
||||
<string>When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.</string>
|
||||
<string>When you click OK, %1 will begin to download and process the full %4 block chain (%2 GB) starting with the earliest transactions in %3 when %4 initially launched.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Reference in a new issue