aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-06 16:57:12 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-06-14 17:18:44 +0000
commit5482b5d23b312c07fc686cf4563a6c6dc222064c (patch)
tree4e2926b188b43139f905ef2f19a55b1613cba930 /src
parent1903033bad6099689f955698c8cc2b4a92cdc412 (diff)
downloadbitcoin-5482b5d23b312c07fc686cf4563a6c6dc222064c.tar.xz
removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway
(partial of 4295311da34ed8132351855f057decedfe434b44)
Diffstat (limited to 'src')
-rw-r--r--src/qt/forms/overviewpage.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui
index 3cf7dd0ed3..5c8db6d06d 100644
--- a/src/qt/forms/overviewpage.ui
+++ b/src/qt/forms/overviewpage.ui
@@ -44,7 +44,7 @@
<item row="2" column="1">
<widget class="QLabel" name="labelBalance">
<property name="text">
- <string>123.456 BTC</string>
+ <string notr="true">123.456 BTC</string>
</property>
</widget>
</item>
@@ -72,7 +72,7 @@
<item row="3" column="1">
<widget class="QLabel" name="labelUnconfirmed">
<property name="text">
- <string>0 BTC</string>
+ <string notr="true">0 BTC</string>
</property>
</widget>
</item>