[yast-commit] r38311 - in /trunk/storage: package/yast2-storage.changes storage/src/include/custom_part_helptexts.ycp storage/src/inst_custom_part.ycp
Author: fehr Date: Wed Jun 6 13:57:13 2007 New Revision: 38311 URL: http://svn.opensuse.org/viewcvs/yast?rev=38311&view=rev Log: fix typos in translatable texts (#233645) Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/include/custom_part_helptexts.ycp trunk/storage/storage/src/inst_custom_part.ycp Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=38311&r1=38310&r2=38311&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Wed Jun 6 13:57:13 2007 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Jun 6 13:56:50 CEST 2007 - fehr@suse.de + +- fix typos in translatable texts (#233645) + +------------------------------------------------------------------- Mon Jun 4 13:06:28 CEST 2007 - fehr@suse.de - fix missing ldconfig call detect by RPMLINT Modified: trunk/storage/storage/src/include/custom_part_helptexts.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/custom_part_helptexts.ycp?rev=38311&r1=38310&r2=38311&view=diff ============================================================================== --- trunk/storage/storage/src/include/custom_part_helptexts.ycp (original) +++ trunk/storage/storage/src/include/custom_part_helptexts.ycp Wed Jun 6 13:57:13 2007 @@ -157,7 +157,7 @@ // helptext for popup create partition line 5 of 6 helptextCR = helptextCR + _("<p>After that, either specify an ending cylinder number or an offset from the first cylinder (e.g., +66).</p>"); // helptext for popup create partition line 6 of 6 - helptextCR = helptextCR + _("<p>It is also possible to specify the size of the partition directly (e.g., +100M or +20000K))</p>"); + helptextCR = helptextCR + _("<p>It is also possible to specify the size of the partition directly (e.g., +100M or +20000K).</p>"); } } return( helptextCR ); @@ -169,7 +169,7 @@ // helptext for popup create extended partition line string helptextCR = _("<p>Enter the starting cylinder number of the partition. After that, either specify an ending cylinder number or an offset from the first cylinder (e.g., +66). -It is also possible to specify the size of the partition directly (e.g., +2G, +100M, or +20000K)</p> +It is also possible to specify the size of the partition directly (e.g., +2G, +100M, or +20000K).</p> "); return( helptextCR ); }; Modified: trunk/storage/storage/src/inst_custom_part.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/inst_custom_part.ycp?rev=38311&r1=38310&r2=38311&view=diff ============================================================================== --- trunk/storage/storage/src/inst_custom_part.ycp (original) +++ trunk/storage/storage/src/inst_custom_part.ycp Wed Jun 6 13:57:13 2007 @@ -1250,8 +1250,7 @@ Popup::Error(_("The value for the partition end is invalid. Enter the end cylinder number (such as 77), an offset (like +122), -or the size of the partition (for example, +100M or 1.8GB ) -")); +or the size of the partition (for example, +100M or 1.8GB).")); } else { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn.opensuse.org