[PC-BSD Commits] r14051 - pcbsd/current/src-qt4/pc-sysinstaller
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 28 12:52:40 PST 2011
Author: kris
Date: 2011-11-28 12:52:40 -0800 (Mon, 28 Nov 2011)
New Revision: 14051
Modified:
pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.ui
Log:
Update wording of Components page
Modified: pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2011-11-28 20:07:49 UTC (rev 14050)
+++ pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2011-11-28 20:52:40 UTC (rev 14051)
@@ -36,7 +36,7 @@
steps.append(Step(tr("Disk"), path + "slices.png", tr("Disk setup") ) );
steps.append(Step(tr("Users"), path + "add_user.png", tr("User Creation") ) );
steps.append(Step(tr("Desktop"), path + "install.png", tr("Meta Package Selection") ) );
- steps.append(Step(tr("Applications"), path + "components.png", tr("Applications") ) );
+ steps.append(Step(tr("Sources"), path + "components.png", tr("Sources") ) );
steps.append(Step(tr("Summary"), path + "systemsettings.png", tr("Pre-Install Summary") ) );
steps.append(Step(tr("Installation"), path + "pcbsd.png", tr("Installation Progress") ) );
steps.append(Step(tr("Finished"), path + "pcbsd.png", tr("Installation Finished") ) );
Modified: pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.ui
===================================================================
--- pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.ui 2011-11-28 20:07:49 UTC (rev 14050)
+++ pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.ui 2011-11-28 20:52:40 UTC (rev 14051)
@@ -989,7 +989,7 @@
</palette>
</property>
<property name="currentIndex">
- <number>4</number>
+ <number>6</number>
</property>
<widget class="QWidget" name="aiStep0">
<property name="palette">
@@ -1494,8 +1494,8 @@
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Bitstream Vera Sans'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Welcome to PC-BSD! You may get started above, or click the Help button for more information on each screen. </p></body></html></string>
+</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Bitstream Vera Sans'; font-size:10pt;">Welcome to PC-BSD! You may get started above, or click the Help button for more information on each screen. </span></p></body></html></string>
</property>
</widget>
</item>
@@ -7375,7 +7375,7 @@
</font>
</property>
<property name="title">
- <string>System Components</string>
+ <string>FreeBSD Sources and Ports tree</string>
</property>
<layout class="QGridLayout" name="gridLayout_19">
<item row="0" column="0">
More information about the Commits
mailing list