This commit is contained in:
Kovid Goyal 2017-02-08 07:59:45 +05:30
parent a7989ebec0
commit 8f4f573e50

View File

@ -75,7 +75,7 @@ One possible use for a plugboard is to alter the title to contain series informa
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_5"> <widget class="QLabel" name="label_5">
<property name="text"> <property name="text">
<string>Add new plugboard</string> <string>Add new plugboard:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -88,7 +88,7 @@ One possible use for a plugboard is to alter the title to contain series informa
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_4">
<property name="text"> <property name="text">
<string>Edit existing plugboard</string> <string>Edit existing plugboard:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -101,7 +101,7 @@ One possible use for a plugboard is to alter the title to contain series informa
<item row="3" column="0"> <item row="3" column="0">
<widget class="QLabel" name="label_41"> <widget class="QLabel" name="label_41">
<property name="text"> <property name="text">
<string>Existing plugboards</string> <string>Existing plugboards:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>