Commit 2b2ab5eb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Message, translate the filetype filtering... Translators, don't screw up the syntax...

parent d5731832
...@@ -161,7 +161,7 @@ bool MessagesDialog::save() ...@@ -161,7 +161,7 @@ bool MessagesDialog::save()
QString saveLogFileName = QFileDialog::getSaveFileName( QString saveLogFileName = QFileDialog::getSaveFileName(
this, qtr( "Choose a filename to save the logs under..." ), this, qtr( "Choose a filename to save the logs under..." ),
qfu( p_intf->p_libvlc->psz_homedir ), qfu( p_intf->p_libvlc->psz_homedir ),
"Texts / Logs (*.log *.txt);; All (*.*) " ); qtr( "Texts / Logs (*.log *.txt);; All (*.*) ") );
if( !saveLogFileName.isNull() ) if( !saveLogFileName.isNull() )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment