[vlc-devel] commit: String consistency. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Jun 21 08:09:53 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 20 23:10:43 2008 -0700| [3de5c39cbd264145186cdede18f9e63eb5719da9]
String consistency.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3de5c39cbd264145186cdede18f9e63eb5719da9
---
modules/gui/qt4/ui/open_disk.ui | 2 +-
modules/gui/qt4/ui/open_file.ui | 14 +++++++-------
modules/gui/qt4/ui/open_net.ui | 4 ++--
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/modules/gui/qt4/ui/open_disk.ui b/modules/gui/qt4/ui/open_disk.ui
index 407262a..c311eb9 100644
--- a/modules/gui/qt4/ui/open_disk.ui
+++ b/modules/gui/qt4/ui/open_disk.ui
@@ -155,7 +155,7 @@
</sizepolicy>
</property>
<property name="toolTip" >
- <string>_("Select the device or the VIDEO_TS folder")</string>
+ <string>_("Select the device or the VIDEO_TS directory")</string>
</property>
<property name="text" >
<string>_("Browse...")</string>
diff --git a/modules/gui/qt4/ui/open_file.ui b/modules/gui/qt4/ui/open_file.ui
index 74cadd1..4a686db 100644
--- a/modules/gui/qt4/ui/open_file.ui
+++ b/modules/gui/qt4/ui/open_file.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>500</width>
+ <width>530</width>
<height>216</height>
</rect>
</property>
@@ -35,7 +35,7 @@
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0" >
<size>
<width>273</width>
<height>16</height>
@@ -46,7 +46,7 @@
<item row="2" column="0" >
<widget class="QCheckBox" name="subCheckBox" >
<property name="toolTip" >
- <string>_("Add a subtitle file")</string>
+ <string>_("Add a subtitles file")</string>
</property>
<property name="text" >
<string>_("Use a sub&titles file")</string>
@@ -70,7 +70,7 @@
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0" >
<size>
<width>16</width>
<height>20</height>
@@ -106,7 +106,7 @@
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0" >
<size>
<width>30</width>
<height>26</height>
@@ -142,7 +142,7 @@
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0" >
<size>
<width>16</width>
<height>20</height>
@@ -175,7 +175,7 @@
</size>
</property>
<property name="toolTip" >
- <string>_("Select the subtitle file")</string>
+ <string>_("Select the subtitles file")</string>
</property>
<property name="text" >
<string>_("Browse...")</string>
diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui
index 0b290bf..40cecc5 100644
--- a/modules/gui/qt4/ui/open_net.ui
+++ b/modules/gui/qt4/ui/open_net.ui
@@ -23,7 +23,7 @@
<item row="1" column="0" >
<widget class="QComboBox" name="protocolCombo" >
<property name="toolTip" >
- <string>_("Set the protocol for the URL")</string>
+ <string>_("Select the protocol for the URL.")</string>
</property>
</widget>
</item>
@@ -40,7 +40,7 @@
<item row="1" column="2" >
<widget class="QSpinBox" name="portSpin" >
<property name="toolTip" >
- <string>_("Set the port used")</string>
+ <string>_("Select the port used")</string>
</property>
<property name="maximum" >
<number>65535</number>
More information about the vlc-devel
mailing list