[PC-BSD Commits] r8193 - pcbsd/stable/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 10 09:28:01 PST 2010
Author: kris
Date: 2010-12-10 09:28:01 -0800 (Fri, 10 Dec 2010)
New Revision: 8193
Modified:
pcbsd/stable/SysInstaller/sysinstaller.ui
Log:
Cleanup tooltip for GPT checkbox, and disable auto-login box by default
Modified: pcbsd/stable/SysInstaller/sysinstaller.ui
===================================================================
--- pcbsd/stable/SysInstaller/sysinstaller.ui 2010-12-10 17:11:30 UTC (rev 8192)
+++ pcbsd/stable/SysInstaller/sysinstaller.ui 2010-12-10 17:28:01 UTC (rev 8193)
@@ -8420,7 +8420,8 @@
<item>
<widget class="QCheckBox" name="checkDiskGPT">
<property name="toolTip">
- <string>Enable this option if you with to use the GPT/EFI partition scheme for dedicated disks. Normally only needs to be enabled on 2TB+ disks. Warning: May not work with older BIOS/Motherboards. </string>
+ <string>Check to use GPT/EFI partition scheme for dedicated disks.
+Warning: May not work with older BIOS / Motherboards.</string>
</property>
<property name="text">
<string>Partition with GPT for full disk install</string>
@@ -8491,7 +8492,7 @@
<string>Auto-login User (The first user listed will be logged on automatically)</string>
</property>
<property name="checked">
- <bool>true</bool>
+ <bool>false</bool>
</property>
</widget>
</item>
More information about the Commits
mailing list