[PC-BSD Commits] r5485 - in pcbsd/trunk: SoftwareManager pcbsdusermanager
svn at pcbsd.org
svn at pcbsd.org
Tue Dec 8 12:52:08 PST 2009
Author: kris
Date: 2009-12-08 12:52:08 -0800 (Tue, 08 Dec 2009)
New Revision: 5485
Modified:
pcbsd/trunk/SoftwareManager/softmanager-pbiupdate.cpp
pcbsd/trunk/SoftwareManager/softmanager-sysupdate.cpp
pcbsd/trunk/pcbsdusermanager/adddlgcode.cpp
pcbsd/trunk/pcbsdusermanager/simpleaddcode.cpp
Log:
Fixed spelling errors
Modified: pcbsd/trunk/SoftwareManager/softmanager-pbiupdate.cpp
===================================================================
--- pcbsd/trunk/SoftwareManager/softmanager-pbiupdate.cpp 2009-12-08 20:48:41 UTC (rev 5484)
+++ pcbsd/trunk/SoftwareManager/softmanager-pbiupdate.cpp 2009-12-08 20:52:08 UTC (rev 5485)
@@ -557,7 +557,7 @@
QMessageBox::critical( 0, tr("Online Update"), tr("The updated version of") + " " + item->getName() + \
" " + tr("failed the integrity check! Please try updating this PBI again later." ), QMessageBox::Ok );
} else if ( upgradePBIProc->exitStatus() == 256 ) {
- QMessageBox::critical( 0, tr("Online Update"), tr("An error occured while upgrading") + " " + \
+ QMessageBox::critical( 0, tr("Online Update"), tr("An error occurred while upgrading") + " " + \
item->getName() + " " + tr("You may need to re-install this PBI manually."), QMessageBox::Ok );
} else {
// Update the status on the previous download to finished
Modified: pcbsd/trunk/SoftwareManager/softmanager-sysupdate.cpp
===================================================================
--- pcbsd/trunk/SoftwareManager/softmanager-sysupdate.cpp 2009-12-08 20:48:41 UTC (rev 5484)
+++ pcbsd/trunk/SoftwareManager/softmanager-sysupdate.cpp 2009-12-08 20:52:08 UTC (rev 5485)
@@ -800,7 +800,7 @@
// Show the updater status dialog, so user can see any errors
UpdaterStatusDialog->show();
- QMessageBox::critical( 0, tr("Online Update"), tr("An error occured while downloading. Please check your connection or try again later."), QMessageBox::Ok );
+ QMessageBox::critical( 0, tr("Online Update"), tr("An error occurred while downloading. Please check your connection or try again later."), QMessageBox::Ok );
if ( UpdaterStatusDialog->isVisible() )
{
Modified: pcbsd/trunk/pcbsdusermanager/adddlgcode.cpp
===================================================================
--- pcbsd/trunk/pcbsdusermanager/adddlgcode.cpp 2009-12-08 20:48:41 UTC (rev 5484)
+++ pcbsd/trunk/pcbsdusermanager/adddlgcode.cpp 2009-12-08 20:52:08 UTC (rev 5485)
@@ -194,8 +194,8 @@
//Validate all data fields, prompt with errors or create the new user as requested
bool inputError = false;
bool warnError = false;
- QString inputText = tr("The following errors occured whilst trying to add a new user:\n");
- QString warnText = tr("The following non-critical errors occured whilst trying to add a new user, do you wish to continue?\n");
+ QString inputText = tr("The following errors occurred whilst trying to add a new user:\n");
+ QString warnText = tr("The following non-critical errors occurred whilst trying to add a new user, do you wish to continue?\n");
//Username validation
QString username = usernameBox->text();
Modified: pcbsd/trunk/pcbsdusermanager/simpleaddcode.cpp
===================================================================
--- pcbsd/trunk/pcbsdusermanager/simpleaddcode.cpp 2009-12-08 20:48:41 UTC (rev 5484)
+++ pcbsd/trunk/pcbsdusermanager/simpleaddcode.cpp 2009-12-08 20:52:08 UTC (rev 5485)
@@ -123,8 +123,8 @@
//Validate all data fields, prompt with errors or create the new user as requested
bool inputError = false;
bool warnError = false;
- QString inputText = tr("The following errors occured whilst trying to add a new user:\n");
- QString warnText = tr("The following non-critical errors occured whilst trying to add a new user, do you wish to continue?\n");
+ QString inputText = tr("The following errors occurred whilst trying to add a new user:\n");
+ QString warnText = tr("The following non-critical errors occurred whilst trying to add a new user, do you wish to continue?\n");
//Username validation
qDebug("before username validation.........");
More information about the Commits
mailing list