rbutil: Fix typos in french translation plus some minor changes (fix few typos on source strings too while I was here).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28687 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mustapha Senhaji 2010-11-27 23:18:13 +00:00
parent 4cbab5508f
commit ba0bb7af66
4 changed files with 119 additions and 120 deletions

View file

@ -361,7 +361,7 @@ void EncTtsCfgGui::browse(QObject* settingObj)
//current path
QString curPath = setting->current().toString();
// show file dialog
QString exe = QFileDialog::getOpenFileName(this, tr("Select excutable"), curPath, "*");
QString exe = QFileDialog::getOpenFileName(this, tr("Select executable"), curPath, "*");
if(!QFileInfo(exe).isExecutable())
return;
// set new value, gui will update automatically