diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-06-03 00:46:33 +0200 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-06-03 00:46:33 +0200 |
commit | b73c9616830df6337c0c426ca0e4e1a6cd54cdf6 (patch) | |
tree | 600617c9f3f4ca30486858dd2800dac1aa7698b3 | |
parent | 96e7cc9e80cc33d893b60308cd091e29b2e553d8 (diff) |
Fix a comment and improve message box title.
Change-Id: I10a37be97b1000fcee5a47f13dc8ba7ee6b31b36
-rw-r--r-- | rbutil/rbutilqt/rbutilqt.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/rbutilqt.cpp b/rbutil/rbutilqt/rbutilqt.cpp index 7077673701..9c72f13d05 100644 --- a/rbutil/rbutilqt/rbutilqt.cpp +++ b/rbutil/rbutilqt/rbutilqt.cpp @@ -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 " |