mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
4cbab5508f
commit
ba0bb7af66
4 changed files with 119 additions and 120 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue