[PC-BSD Commits] r5848 - pcbsd/trunk/SoftwareManager
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 7 12:22:39 PST 2010
Author: kris
Date: 2010-01-07 12:22:38 -0800 (Thu, 07 Jan 2010)
New Revision: 5848
Modified:
pcbsd/trunk/SoftwareManager/softmanager-sysupdate.cpp
Log:
Reworded another problem string to fix pootle -> svn issue
Modified: pcbsd/trunk/SoftwareManager/softmanager-sysupdate.cpp
===================================================================
--- pcbsd/trunk/SoftwareManager/softmanager-sysupdate.cpp 2010-01-07 20:17:06 UTC (rev 5847)
+++ pcbsd/trunk/SoftwareManager/softmanager-sysupdate.cpp 2010-01-07 20:22:38 UTC (rev 5848)
@@ -510,7 +510,7 @@
if ( (z - progSize) <= 1 )
{
// Not enough room, warn the user how much they will need
- QMessageBox::critical( 0, tr("System Updater"), tr("Error: Not enough free disk space for these updates! You will need %n MB to install the selected updates. Please select a different partition or free up some space to continue.","", progSize), QMessageBox::Ok );
+ QMessageBox::critical( 0, tr("System Updater"), tr("Error: Not enough disk space for these updates!") + " " + tmp.setNum(progSize) + "MB " + tr("Free Space needed. Please select a different partition or free up some space to continue."), QMessageBox::Ok );
return;
} else {
// We have enough free space, lets do this
More information about the Commits
mailing list