Mark some UI strings as untranslatable.

This commit is contained in:
Felix Geyer
2012-05-22 18:17:07 +02:00
parent a1a71a88bb
commit 842eb22e1e
6 changed files with 4 additions and 19 deletions

View File

@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>KeePassX</string>
<string notr="true">KeePassX</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
@@ -36,7 +36,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>20</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -85,9 +85,6 @@
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="movable">
<bool>false</bool>
</property>