summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/rbutilqt/rbutilqt.cpp5
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()
912 return; 912 return;
913 } 913 }
914 if(relversion.isEmpty()) { 914 if(relversion.isEmpty()) {
915 // release is empty for non-release versions (i.e. daily / current) 915 // release is empty for development builds.
916 QMessageBox::critical(this, tr("No voice available"), 916 // No voice files are available for development builds.
917 QMessageBox::critical(this, tr("No voice file available"),
917 tr("The installed version of Rockbox is a development version. " 918 tr("The installed version of Rockbox is a development version. "
918 "Pre-built voices are only available for release versions " 919 "Pre-built voices are only available for release versions "
919 "of Rockbox. Please generate a voice yourself using the " 920 "of Rockbox. Please generate a voice yourself using the "