[PC-BSD Commits] r19384 - pcbsd/current/src-qt4/EasyPBI
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 19 08:49:52 PDT 2012
Author: kenmoore
Date: 2012-09-19 15:49:52 +0000 (Wed, 19 Sep 2012)
New Revision: 19384
Modified:
pcbsd/current/src-qt4/EasyPBI/mainwindow.cpp
Log:
Fix a typo in EasyPBI
Modified: pcbsd/current/src-qt4/EasyPBI/mainwindow.cpp
===================================================================
--- pcbsd/current/src-qt4/EasyPBI/mainwindow.cpp 2012-09-19 15:38:03 UTC (rev 19383)
+++ pcbsd/current/src-qt4/EasyPBI/mainwindow.cpp 2012-09-19 15:49:52 UTC (rev 19384)
@@ -29,7 +29,7 @@
//Deactivate the PBI Build tab if the proper external utilities not found
if(SU_CMD.isEmpty() || PBIBUILD_CMD.isEmpty()){
ui->tabWidget->setTabEnabled(1,FALSE);
- QMessageBox::warning(this,tr("Incomplete Installation"),tr("EasyPBI could not find the external utilities necessary to build PBI's.")+"\n"+tr("Please enure that the pbi manager tools and a graphical switch user utility (qsu, gksu, kdesu) are installed properly to enable this feature of EasyPBI."));
+ QMessageBox::warning(this,tr("Incomplete Installation"),tr("EasyPBI could not find the external utilities necessary to build PBI's.")+"\n"+tr("Please ensure that the pbi manager tools and a graphical switch user utility (qsu, gksu, kdesu) are installed properly to enable this feature of EasyPBI."));
}
}
More information about the Commits
mailing list