Commit 0cece4bc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix typo

Close #6619
parent cb99eaca
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
<string>Instances</string> <string>Instances</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_2">
<property name="verticalSpacing">
<number>0</number>
</property>
<property name="leftMargin"> <property name="leftMargin">
<number>9</number> <number>9</number>
</property> </property>
...@@ -48,6 +45,9 @@ ...@@ -48,6 +45,9 @@
<property name="bottomMargin"> <property name="bottomMargin">
<number>9</number> <number>9</number>
</property> </property>
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QCheckBox" name="OneInterfaceMode"> <widget class="QCheckBox" name="OneInterfaceMode">
<property name="text"> <property name="text">
...@@ -535,7 +535,7 @@ ...@@ -535,7 +535,7 @@
<item row="5" column="0" colspan="2"> <item row="5" column="0" colspan="2">
<widget class="QLabel" name="notificationComboLabel"> <widget class="QLabel" name="notificationComboLabel">
<property name="text"> <property name="text">
<string>Show media change popup when</string> <string>Show media change popup:</string>
</property> </property>
</widget> </widget>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment