From 28643263b7f1b26c79d299e25553a40b64b55a23 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 25 Sep 2008 20:42:46 +0000 Subject: [PATCH] Small and Complete Installations always install the most bleeding edge build. Put a note about this in the confirmation dialog. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18646 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/rbutilqt.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rbutil/rbutilqt/rbutilqt.cpp b/rbutil/rbutilqt/rbutilqt.cpp index 09b20308e7..ea1ec59de0 100644 --- a/rbutil/rbutilqt/rbutilqt.cpp +++ b/rbutil/rbutilqt/rbutilqt.cpp @@ -348,7 +348,9 @@ void RbUtilQt::completeInstall() { if(chkConfig(true)) return; if(QMessageBox::question(this, tr("Confirm Installation"), - tr("Do you really want to make a complete Installation?"), + tr("Do you really want to make a complete Installation? " + "This will install the latest build available, not the latest " + "released version."), QMessageBox::Yes | QMessageBox::No) != QMessageBox::Yes) return; // create logger @@ -400,7 +402,9 @@ void RbUtilQt::smallInstall() { if(chkConfig(true)) return; if(QMessageBox::question(this, tr("Confirm Installation"), - tr("Do you really want to make a small Installation?"), + tr("Do you really want to make a small Installation? " + "This will install the latest build available, not the latest " + "released version."), QMessageBox::Yes | QMessageBox::No) != QMessageBox::Yes) return; // create logger