Skip to content
Snippets Groups Projects
Commit 24e636d1 authored by Christophe Mutricy's avatar Christophe Mutricy
Browse files

i18: Translate one more string

parent d7bfe73c
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment