Author: aschnell Date: Mon Sep 1 14:28:31 2008 New Revision: 50522 URL: http://svn.opensuse.org/viewcvs/yast?rev=50522&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=50522&r1=50521&r2=50522&view=diff ============================================================================== --- trunk/storage/storage/src/modules/StorageFields.ycp (original) +++ trunk/storage/storage/src/modules/StorageFields.ycp Mon Sep 1 14:28:31 2008 @@ -305,7 +305,7 @@ break; case `model: - // helptext for table column and overview entry + // helptext for table column and overview entry ret = ret + _("<b>Model</b> shows the device model."); break; @@ -370,7 +370,8 @@ case `type: // helptext for table column and overview entry - // TODO + ret = ret + _("<b>Type</b> gives a general overview about the +device type."); break; case `udev_id: @@ -380,7 +381,7 @@ break; case `udev_path: - // helptext for table column and overview entry + // helptext for table column and overview entry ret = ret + _("<b>Device Path</b> shows the persistent device path. This field can be empty."); break; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org