Fix a comment and improve message box title.

Change-Id: I10a37be97b1000fcee5a47f13dc8ba7ee6b31b36
This commit is contained in:
Dominik Riebeling 2012-06-03 00:46:33 +02:00
parent 96e7cc9e80
commit b73c961683

View file

@ -912,8 +912,9 @@ void RbUtilQt::installVoice()
return; return;
} }
if(relversion.isEmpty()) { if(relversion.isEmpty()) {
// release is empty for non-release versions (i.e. daily / current) // release is empty for development builds.
QMessageBox::critical(this, tr("No voice available"), // 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. " tr("The installed version of Rockbox is a development version. "
"Pre-built voices are only available for release versions " "Pre-built voices are only available for release versions "
"of Rockbox. Please generate a voice yourself using the " "of Rockbox. Please generate a voice yourself using the "