[PC-BSD Commits] r7980 - pcbsd/current/src-qt4/pc-sysinstaller
svn at pcbsd.org
svn at pcbsd.org
Thu Nov 4 15:20:07 PDT 2010
Author: kris
Date: 2010-11-04 15:20:06 -0700 (Thu, 04 Nov 2010)
New Revision: 7980
Modified:
pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
Log:
Rename a duplicate "System" sidebar entry in the installer GUI
Modified: pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2010-11-04 16:48:01 UTC (rev 7979)
+++ pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2010-11-04 22:20:06 UTC (rev 7980)
@@ -35,7 +35,7 @@
steps.append(Step(tr("System"), path + "install.png", tr("Select installation type") ) );
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("System"), path + "install.png", tr("System") ) );
+ 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("Summary"), path + "systemsettings.png", tr("Pre-Install Summary") ) );
steps.append(Step(tr("Installation"), path + "pcbsd.png", tr("Installation Progress") ) );
More information about the Commits
mailing list