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
@ -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…
x
Reference in New Issue
Block a user