Commit 24e636d1 authored by Christophe Mutricy's avatar Christophe Mutricy

i18: Translate one more string

parent d7bfe73c
......@@ -372,7 +372,7 @@ QStringList DialogsProvider::showSimpleOpen( QString help,
fileTypes.replace(QString(";*"), QString(" *"));
return QFileDialog::getOpenFileNames( NULL,
help.isEmpty() ? qfu(I_OP_SEL_FILES ) : help,
help.isEmpty() ? qtr(I_OP_SEL_FILES ) : help,
path.isEmpty() ? qfu( p_intf->p_sys->psz_filepath ) : path,
fileTypes );
}
......
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