[yast-commit] r67831 - in /trunk/storage: package/yast2-storage.changes storage/src/include/custom_part_check_generated.ycp
Author: fehr Date: Thu Mar 29 18:08:31 2012 New Revision: 67831 URL: http://svn.opensuse.org/viewcvs/yast?rev=67831&view=rev Log: patch proofread text back into ycp Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/include/custom_part_check_generated.ycp Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=67831&r1=67830&r2=67831&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Thu Mar 29 18:08:31 2012 @@ -1,6 +1,7 @@ ------------------------------------------------------------------- Thu Mar 29 12:14:35 CEST 2012 - fehr@suse.de +- patch proofread text back into ycp - prevent invalid size values in tmpfs size (bnc#754326) ------------------------------------------------------------------- Modified: trunk/storage/storage/src/include/custom_part_check_generated.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_check_generated.ycp?rev=67831&r1=67830&r2=67831&view=diff ============================================================================== --- trunk/storage/storage/src/include/custom_part_check_generated.ycp (original) +++ trunk/storage/storage/src/include/custom_part_check_generated.ycp Thu Mar 29 18:08:31 2012 @@ -216,10 +216,9 @@ if( fat_system_mount || show_all_popups ) { // popup text - string message = _("You tried to mount a fat partition to one of -the following mount points: / /usr /home /opt /var. This will very likely -cause problems. Use a Linux file system, such as ext3 or ext4, for these mount -points. + string message = _("You tried to mount a FAT partition to one of the following mount +points: /, /usr, /home, /opt or /var. This will very likely cause problems. +Use a Linux file system, such as ext3 or ext4, for these mount points. Really use this setup? "); @@ -231,7 +230,7 @@ if( fat_system_boot || show_all_popups ) { // popup text - string message = _("You tried to mount a fat partition to the + string message = _("You tried to mount a FAT partition to the mount point /boot. This will very likely cause problems. Use a Linux file system, such as ext3 or ext4, for this mount point. -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn2.opensuse.org