[vlc-devel] commit: qt4: typo + untranslated string. ( Rémi Duraffort )
git version control
git at videolan.org
Tue Apr 28 10:58:34 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Apr 28 10:51:41 2009 +0200| [ffdcddc14d21c82711e25d6f8abf5bd70b771920] | committer: Rémi Duraffort
qt4: typo + untranslated string.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ffdcddc14d21c82711e25d6f8abf5bd70b771920
---
modules/gui/qt4/components/open_panels.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index bf14e7f..cd6e0ab 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1049,8 +1049,8 @@ void CaptureOpenPanel::initialize()
* Screen *
**********/
addModuleAndLayouts( SCREEN_DEVICE, screen, "Desktop" );
- QLabel *screenLabel = new QLabel( "Your display will will be "
- "opened and played in order to stream or save it." );
+ QLabel *screenLabel = new QLabel( qtr( "Your display will be "
+ "opened and played in order to stream or save it." ) );
screenLabel->setWordWrap( true );
screenDevLayout->addWidget( screenLabel, 0, 0 );
More information about the vlc-devel
mailing list