Skip to content

Commit 8ed2b72

Browse files
committed
qt: Prevent wrong handling of %2 token by Transifex
Transifex must expect a `%2` token in the translated string, not a `%2GB` one.
1 parent 124e75a commit 8ed2b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/intro.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<item>
204204
<widget class="QLabel" name="lblExplanation1">
205205
<property name="text">
206-
<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>
206+
<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>
207207
</property>
208208
<property name="wordWrap">
209209
<bool>true</bool>

0 commit comments

Comments
 (0)