From: Jean-Baptiste Kempf Date: Mon, 28 Jan 2008 07:06:33 +0000 (+0000) Subject: Qt4 - Message, translate the filetype filtering... Translators, don't screw up the... X-Git-Tag: 0.9.0-test0~3151 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2b2ab5eb764bd1490bd3254a9eee5c927cc8750a;p=vlc Qt4 - Message, translate the filetype filtering... Translators, don't screw up the syntax... --- diff --git a/modules/gui/qt4/dialogs/messages.cpp b/modules/gui/qt4/dialogs/messages.cpp index a056ab7bea..b288ce8ada 100644 --- a/modules/gui/qt4/dialogs/messages.cpp +++ b/modules/gui/qt4/dialogs/messages.cpp @@ -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() ) {