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:
Hennadii Stepanov 2022-09-07 10:53:48 +02:00
parent 124e75a41e
commit 8ed2b72767
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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>