[yast-commit] r50523 - /trunk/storage/storage/src/include/ep-settings.ycp
Author: aschnell Date: Mon Sep 1 14:52:35 2008 New Revision: 50523 URL: http://svn.opensuse.org/viewcvs/yast?rev=50523&view=rev Log: - work on helptexts Modified: trunk/storage/storage/src/include/ep-settings.ycp Modified: trunk/storage/storage/src/include/ep-settings.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-settings.ycp?rev=50523&r1=50522&r2=50523&view=diff ============================================================================== --- trunk/storage/storage/src/include/ep-settings.ycp (original) +++ trunk/storage/storage/src/include/ep-settings.ycp Mon Sep 1 14:52:35 2008 @@ -48,7 +48,7 @@ `item(`id(`path), _("Device Path")) ], `id(Storage::GetDefaultMountBy()))), `Left(`ComboBoxSelected(`id(`default_fs), - _("Default Filesystem"), + _("Default File System"), [ `item(`id(`ext2), "Ext2"), `item(`id(`ext3), "Ext3"), `item(`id(`reiserfs), "Reiser") ], @@ -72,7 +72,28 @@ `VStretch() ))); - Wizard::RestoreHelp("TODO"); + + // helptext + string helptext = _("<p>This view shows general storage +settings:</p>"); + + // helptext + helptext = helptext + _("<p><b>Default Mount by</b> gives the mount by +method for newly created file systems.</p>"); + + // helptext + helptext = helptext + _("<p><b>Default File System</b> gives the file +system type for newly created file file systems.</p>"); + + // helptext + helptext = helptext + _("<p><b>Show Storage Devices by</b> controls +the name displayed for hard disks in the navigation tree.</p>"); + + // helptext + helptext = helptext + _("<p><b>Visible Information On Storage +Devices</b> allows to hide information in the tables and overview.</p>"); + + Wizard::RestoreHelp(helptext); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org