Browse Source

remove string "TextLabel" from warningLabel, as this is unneeded and as such is a silly translation less to do :)

0.8
Philip Kaufmann 13 years ago
parent
commit
5e19030aa1
  1. 3
      src/qt/forms/askpassphrasedialog.ui

3
src/qt/forms/askpassphrasedialog.ui

@ -28,9 +28,6 @@
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QLabel" name="warningLabel"> <widget class="QLabel" name="warningLabel">
<property name="text">
<string>TextLabel</string>
</property>
<property name="textFormat"> <property name="textFormat">
<enum>Qt::RichText</enum> <enum>Qt::RichText</enum>
</property> </property>

Loading…
Cancel
Save