[PC-BSD Commits] r14990 - pcbsd/current/src-qt4/pc-softwaremanager
svn at pcbsd.org
svn at pcbsd.org
Sun Jan 22 09:57:33 PST 2012
Author: kris
Date: 2012-01-22 17:57:33 +0000 (Sun, 22 Jan 2012)
New Revision: 14990
Modified:
pcbsd/current/src-qt4/pc-softwaremanager/softmanager-pbiupdate.cpp
Log:
Cleanup the error message to something a bit more helpful
Modified: pcbsd/current/src-qt4/pc-softwaremanager/softmanager-pbiupdate.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-softwaremanager/softmanager-pbiupdate.cpp 2012-01-22 11:38:28 UTC (rev 14989)
+++ pcbsd/current/src-qt4/pc-softwaremanager/softmanager-pbiupdate.cpp 2012-01-22 17:57:33 UTC (rev 14990)
@@ -328,7 +328,7 @@
if ( upgradePBIProc->exitCode() != 0 ) {
QMessageBox::critical( 0, tr("Online Update"), tr("An error occurred while installing") + " " + \
- item->getName() + " " + tr("You may need to update this PBI manually."), QMessageBox::Ok );
+ item->getName() + " " + tr("Please check your network connection or mirror settings. "), QMessageBox::Ok );
} else {
// If this is a new install, also add the desktop icon
More information about the Commits
mailing list