[vlc-commits] Qt: fix typo
Jean-Baptiste Kempf
git at videolan.org
Thu Apr 12 14:57:10 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 12 14:56:40 2012 +0200| [0cece4bcf5cbd6f17f9bdcc607f4ac6f2fd5bb3b] | committer: Jean-Baptiste Kempf
Qt: fix typo
Close #6619
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0cece4bcf5cbd6f17f9bdcc607f4ac6f2fd5bb3b
---
modules/gui/qt4/ui/sprefs_interface.ui | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/ui/sprefs_interface.ui b/modules/gui/qt4/ui/sprefs_interface.ui
index ef24e36..903df95 100644
--- a/modules/gui/qt4/ui/sprefs_interface.ui
+++ b/modules/gui/qt4/ui/sprefs_interface.ui
@@ -36,9 +36,6 @@
<string>Instances</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
- <property name="verticalSpacing">
- <number>0</number>
- </property>
<property name="leftMargin">
<number>9</number>
</property>
@@ -48,6 +45,9 @@
<property name="bottomMargin">
<number>9</number>
</property>
+ <property name="verticalSpacing">
+ <number>0</number>
+ </property>
<item row="0" column="0">
<widget class="QCheckBox" name="OneInterfaceMode">
<property name="text">
@@ -535,7 +535,7 @@
<item row="5" column="0" colspan="2">
<widget class="QLabel" name="notificationComboLabel">
<property name="text">
- <string>Show media change popup when</string>
+ <string>Show media change popup:</string>
</property>
</widget>
</item>
More information about the vlc-commits
mailing list