[yast-commit] r55346 - /trunk/storage/storage/src/modules/StorageSettings.ycp
Author: kmachalkova Date: Mon Feb 9 13:14:30 2009 New Revision: 55346 URL: http://svn.opensuse.org/viewcvs/yast?rev=55346&view=rev Log: one more line to summary Modified: trunk/storage/storage/src/modules/StorageSettings.ycp Modified: trunk/storage/storage/src/modules/StorageSettings.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/StorageSettings.ycp?rev=55346&r1=55345&r2=55346&view=diff ============================================================================== --- trunk/storage/storage/src/modules/StorageSettings.ycp (original) +++ trunk/storage/storage/src/modules/StorageSettings.ycp Mon Feb 9 13:14:30 2009 @@ -163,6 +163,7 @@ new_summary = new_summary + "<li>" + _("<b>Default Mount-by:</b> ") + substring(tostring(Storage::GetDefaultMountBy()), 1) + "</li>"; new_summary = new_summary + "<li>" + _("<b>Default Filesystem:</b> ") + substring(tostring(Partitions::DefaultFs()), 1) + "</li>"; + new_summary = new_summary + "<li>" + _("<b>Show Storage Devices by:</b> ") + substring(tostring(display_name), 1) + "</li>"; new_summary = new_summary + "<li>" + _("<b>Visible Information on Storage Devices:</b> ") + ListOfVisibleFields(visible_fields) + "</li>"; new_summary = new_summary + "</ul>"; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn.opensuse.org