Commit 9b5d0b4d authored by Christoph Miebach's avatar Christoph Miebach Committed by Christophe Mutricy

Removed a space in front of questionmark. 2 Findings

Signed-off-by: default avatarChristophe Mutricy <xtophe@chewa.net>
parent 69a63547
...@@ -678,7 +678,7 @@ aviindex: ...@@ -678,7 +678,7 @@ aviindex:
"VLC won't repair your file but can temporary fix this " "VLC won't repair your file but can temporary fix this "
"problem by building an index in memory.\n" "problem by building an index in memory.\n"
"This step might take a long time on a large file.\n" "This step might take a long time on a large file.\n"
"What do you want to do ?" ), "What do you want to do?" ),
_( "Build index then play" ), _( "Play as is" ), _( "Do not play") ) ) _( "Build index then play" ), _( "Play as is" ), _( "Do not play") ) )
{ {
case 1: case 1:
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<item> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Do you want to download it ?</string> <string>Do you want to download it?</string>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
......
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