Commit 13b8ee37 authored by Christophe Mutricy's avatar Christophe Mutricy

i18: Translate one more string

(cherry picked from commit 24e636d1)
parent 31932ea8
......@@ -370,7 +370,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