[PC-BSD Commits] r3182 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 6 08:18:37 PST 2009
Author: kris
Date: 2009-01-06 08:18:37 -0800 (Tue, 06 Jan 2009)
New Revision: 3182
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Fixed a typo in our install text
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2009-01-06 15:27:28 UTC (rev 3181)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2009-01-06 16:18:37 UTC (rev 3182)
@@ -2555,8 +2555,8 @@
break;
case 10:
FileName = "/usr/local/pcbsd/graphics/pbis.png";
- textLabelAd1->setText(tr("Install software at a click"));
- textLabelAd2->setText(tr("Install software at a click"));
+ textLabelAd1->setText(tr("Install software with a click"));
+ textLabelAd2->setText(tr("Install software with a click"));
PromoAd = 1;
break;
default:
More information about the Commits
mailing list