[vlc-commits] Removed a space in front of questionmark. 2 Findings
Christoph Miebach
git at videolan.org
Mon Jan 9 21:12:43 CET 2012
vlc | branch: master | Christoph Miebach <christoph.miebach at web.de> | Mon Jan 9 15:42:24 2012 +0100| [9b5d0b4dd79831b7c41a88c7c901aebe5e30184f] | committer: Christophe Mutricy
Removed a space in front of questionmark. 2 Findings
Signed-off-by: Christophe Mutricy <xtophe at chewa.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b5d0b4dd79831b7c41a88c7c901aebe5e30184f
---
modules/demux/avi/avi.c | 2 +-
modules/gui/qt4/ui/update.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/demux/avi/avi.c b/modules/demux/avi/avi.c
index b9e53ed..106bc43 100644
--- a/modules/demux/avi/avi.c
+++ b/modules/demux/avi/avi.c
@@ -678,7 +678,7 @@ aviindex:
"VLC won't repair your file but can temporary fix this "
"problem by building an index in memory.\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") ) )
{
case 1:
diff --git a/modules/gui/qt4/ui/update.ui b/modules/gui/qt4/ui/update.ui
index ecfa28a..e19b1f0 100644
--- a/modules/gui/qt4/ui/update.ui
+++ b/modules/gui/qt4/ui/update.ui
@@ -112,7 +112,7 @@
<item>
<widget class="QLabel" name="label_2">
<property name="text">
- <string>Do you want to download it ?</string>
+ <string>Do you want to download it?</string>
</property>
<property name="wordWrap">
<bool>true</bool>
More information about the vlc-commits
mailing list