From 2b2ab5eb764bd1490bd3254a9eee5c927cc8750a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 28 Jan 2008 07:06:33 +0000 Subject: [PATCH] Qt4 - Message, translate the filetype filtering... Translators, don't screw up the syntax... --- modules/gui/qt4/dialogs/messages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) { -- 2.20.1