[yast-commit] r50520 - /trunk/storage/storage/src/modules/StorageFields.ycp
Author: aschnell Date: Mon Sep 1 14:08:16 2008 New Revision: 50520 URL: http://svn.opensuse.org/viewcvs/yast?rev=50520&view=rev Log: - work on helptexts Modified: trunk/storage/storage/src/modules/StorageFields.ycp Modified: trunk/storage/storage/src/modules/StorageFields.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/StorageFields.ycp?rev=50520&r1=50519&r2=50520&view=diff ============================================================================== --- trunk/storage/storage/src/modules/StorageFields.ycp (original) +++ trunk/storage/storage/src/modules/StorageFields.ycp Mon Sep 1 14:08:16 2008 @@ -241,7 +241,8 @@ case `encrypted: // helptext for table column and overview entry - // TODO + ret = ret + _("<b>Encrypted</b> shows whether the file system +is encrypted."); break; case `end_cyl: @@ -270,7 +271,8 @@ case `file_path: // helptext for table column and overview entry - // TODO + ret = ret + _("<b>File Path</b> shows the path of the file for +an encrypted loop device."); break; case `format: @@ -282,12 +284,12 @@ case `fs_id: // helptext for table column and overview entry - // TODO + ret = ret + _("<b>FS Id</b> shows the file system id."); break; case `fs_type: // helptext for table column and overview entry - // TODO + ret = ret + _("<b>FS Type</b> shows the file system type."); break; case `label: @@ -298,7 +300,8 @@ case `lvm_metadata: // helptext for table column and overview entry - // TODO + ret = ret + _("<b>Metadata</b> shows the LVM metadata type for +volume groups."); break; case `model: @@ -648,7 +651,7 @@ if (style == `table) return value; else - return sformat(_("Metadata Type: %1"), value); + return sformat(_("Metadata: %1"), value); } case `pe_size: -- 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