Commit 3de5c39c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

String consistency.

parent 4df7b18f
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip" > <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>
<property name="text" > <property name="text" >
<string>_("Browse...")</string> <string>_("Browse...")</string>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>500</width> <width>530</width>
<height>216</height> <height>216</height>
</rect> </rect>
</property> </property>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<property name="sizeType" > <property name="sizeType" >
<enum>QSizePolicy::Fixed</enum> <enum>QSizePolicy::Fixed</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0" >
<size> <size>
<width>273</width> <width>273</width>
<height>16</height> <height>16</height>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<item row="2" column="0" > <item row="2" column="0" >
<widget class="QCheckBox" name="subCheckBox" > <widget class="QCheckBox" name="subCheckBox" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Add a subtitle file")</string> <string>_("Add a subtitles file")</string>
</property> </property>
<property name="text" > <property name="text" >
<string>_("Use a sub&amp;titles file")</string> <string>_("Use a sub&amp;titles file")</string>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0" >
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0" >
<size> <size>
<width>30</width> <width>30</width>
<height>26</height> <height>26</height>
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<property name="orientation" > <property name="orientation" >
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0" >
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</size> </size>
</property> </property>
<property name="toolTip" > <property name="toolTip" >
<string>_("Select the subtitle file")</string> <string>_("Select the subtitles file")</string>
</property> </property>
<property name="text" > <property name="text" >
<string>_("Browse...")</string> <string>_("Browse...")</string>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<item row="1" column="0" > <item row="1" column="0" >
<widget class="QComboBox" name="protocolCombo" > <widget class="QComboBox" name="protocolCombo" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Set the protocol for the URL")</string> <string>_("Select the protocol for the URL.")</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<item row="1" column="2" > <item row="1" column="2" >
<widget class="QSpinBox" name="portSpin" > <widget class="QSpinBox" name="portSpin" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Set the port used")</string> <string>_("Select the port used")</string>
</property> </property>
<property name="maximum" > <property name="maximum" >
<number>65535</number> <number>65535</number>
......
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