mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix a comment and improve message box title.
Change-Id: I10a37be97b1000fcee5a47f13dc8ba7ee6b31b36
This commit is contained in:
parent
96e7cc9e80
commit
b73c961683
1 changed files with 3 additions and 2 deletions
|
|
@ -912,8 +912,9 @@ void RbUtilQt::installVoice()
|
|||
return;
|
||||
}
|
||||
if(relversion.isEmpty()) {
|
||||
// release is empty for non-release versions (i.e. daily / current)
|
||||
QMessageBox::critical(this, tr("No voice available"),
|
||||
// release is empty for development builds.
|
||||
// No voice files are available for development builds.
|
||||
QMessageBox::critical(this, tr("No voice file available"),
|
||||
tr("The installed version of Rockbox is a development version. "
|
||||
"Pre-built voices are only available for release versions "
|
||||
"of Rockbox. Please generate a voice yourself using the "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue