]> git.sesse.net Git - vlc/commitdiff
Qt4 - Message, translate the filetype filtering... Translators, don't screw up the...
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 28 Jan 2008 07:06:33 +0000 (07:06 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 28 Jan 2008 07:06:33 +0000 (07:06 +0000)
modules/gui/qt4/dialogs/messages.cpp

index a056ab7bea42a7eb838e86ac3e88794c51a519d4..b288ce8ada81c9185712ba4dee7cf17761d938aa 100644 (file)
@@ -161,7 +161,7 @@ bool MessagesDialog::save()
     QString saveLogFileName = QFileDialog::getSaveFileName(
             this, qtr( "Choose a filename to save the logs under..." ),
             qfu( p_intf->p_libvlc->psz_homedir ),
-            "Texts / Logs (*.log *.txt);; All (*.*) " );
+            qtr( "Texts / Logs (*.log *.txt);; All (*.*) ") );
 
     if( !saveLogFileName.isNull() )
     {