Fix translation issues

This commit is contained in:
wmayer
2012-08-31 13:11:52 +02:00
parent a1313961c0
commit c08f4f1925
2 changed files with 24 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>259</width>
<height>491</height>
<height>496</height>
</rect>
</property>
<property name="sizePolicy">
@@ -122,22 +122,22 @@
<widget class="QComboBox" name="rotate">
<item>
<property name="text">
<string>0</string>
<string notr="true">0</string>
</property>
</item>
<item>
<property name="text">
<string>90</string>
<string notr="true">90</string>
</property>
</item>
<item>
<property name="text">
<string>180</string>
<string notr="true">180</string>
</property>
</item>
<item>
<property name="text">
<string>270</string>
<string notr="true">270</string>
</property>
</item>
</widget>