aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-09-07 10:53:48 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-09-07 10:53:48 +0200
commit8ed2b72767de55dce033d8bfe6f9414ae14e1452 (patch)
tree0f0812bc7fe45e84d69d6a940c6b15e2eb341c0b /src/qt
parent124e75a41ea0f3f0e90b63b0c41813184ddce2ab (diff)
downloadbitcoin-8ed2b72767de55dce033d8bfe6f9414ae14e1452.tar.xz
qt: Prevent wrong handling of `%2` token by Transifex
Transifex must expect a `%2` token in the translated string, not a `%2GB` one.
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/forms/intro.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui
index a1e94f99e6..9ab91f6aa9 100644
--- a/src/qt/forms/intro.ui
+++ b/src/qt/forms/intro.ui
@@ -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>