[PC-BSD Commits] r9847 - pcbsd/current/src-qt4/pc-systemupdatertray
svn at pcbsd.org
svn at pcbsd.org
Thu Mar 31 10:15:20 PDT 2011
Author: kris
Date: 2011-03-31 10:15:20 -0700 (Thu, 31 Mar 2011)
New Revision: 9847
Modified:
pcbsd/current/src-qt4/pc-systemupdatertray/UpdaterTray.cpp
Log:
Changed wording slightly
Modified: pcbsd/current/src-qt4/pc-systemupdatertray/UpdaterTray.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-systemupdatertray/UpdaterTray.cpp 2011-03-31 17:09:34 UTC (rev 9846)
+++ pcbsd/current/src-qt4/pc-systemupdatertray/UpdaterTray.cpp 2011-03-31 17:15:20 UTC (rev 9847)
@@ -108,7 +108,7 @@
trayIconMenu = new QMenu(this);
trayIconMenu->setIcon(contextIcon);
trayIconMenu->addSeparator();
- trayIconMenu->addAction( tr("Start the System Update Manager"), this, SLOT(slotOpenUpdateManager()));
+ trayIconMenu->addAction( tr("Start the System Manager"), this, SLOT(slotOpenUpdateManager()));
trayIconMenu->addAction( tr("Start the AppCafe"), this, SLOT(slotOpenSoftwareManager()));
trayIconMenu->addAction( tr("Check for updates"), this, SLOT(slotCheckAllUpdates()));
trayIconMenu->addSeparator();
More information about the Commits
mailing list