]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/mediainfo.cpp
More l10n string fixes. Adds a FIXME to atmo.cpp, because that setting description...
[vlc] / modules / gui / qt4 / dialogs / mediainfo.cpp
index 619ab4712b6469b6ee4a5037af48c42e1165eca3..a2d341103b5b677d4892328ea182c1bb17750a3b 100644 (file)
@@ -78,7 +78,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
     closeButton->setDefault( true );
 
     uriLine = new QLineEdit;
-    QLabel *uriLabel = new QLabel( qtr( "Location :" ) );
+    QLabel *uriLabel = new QLabel( qtr( "Location:" ) );
 
     layout->addWidget( IT, 0, 0, 1, 8 );
     layout->addWidget( uriLabel, 1, 0, 1, 1 );