[PC-BSD Commits] r6524 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 7 09:31:49 PDT 2010
Author: kris
Date: 2010-04-07 09:31:49 -0700 (Wed, 07 Apr 2010)
New Revision: 6524
Modified:
pcbsd/trunk/SysInstaller/sys-diskwidget.cpp
Log:
Updated description for creating MBR partitions
Modified: pcbsd/trunk/SysInstaller/sys-diskwidget.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/sys-diskwidget.cpp 2010-04-07 16:29:38 UTC (rev 6523)
+++ pcbsd/trunk/SysInstaller/sys-diskwidget.cpp 2010-04-07 16:31:49 UTC (rev 6524)
@@ -43,7 +43,7 @@
// Confirm we want to delete this slice
int size = QInputDialog::getInt(this, tr("PC-BSD Install"),
- tr("Enter the size for this new slice."), 50, 50, maxFree, 1, &ok);
+ tr("Enter the size for this new slice in MegaBytes."), 50, 50, maxFree, 1, &ok);
if (ok) {
if ( Scripts::Backend::addMBRPart(Disk, size, Output) != 0)
More information about the Commits
mailing list