Author: mcalmer Date: Mon Mar 31 16:51:34 2008 New Revision: 45894
URL: http://svn.opensuse.org/viewcvs/yast?rev=45894&view=rev Log: fix typo
Modified: trunk/ca-management/src/new_cert.ycp
Modified: trunk/ca-management/src/new_cert.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ca-management/src/new_cert.ycp?re... ============================================================================== --- trunk/ca-management/src/new_cert.ycp (original) +++ trunk/ca-management/src/new_cert.ycp Mon Mar 31 16:51:34 2008 @@ -359,7 +359,7 @@ helptext = helptext + _("<p>The CA is valid for only specific period (<b>Valid Period</b>). Enter the time frame in days.</p>");
// help text 4/4 - helptext = helptext + _("<p><b>Advanced Options</b> are very special options. If you change these options, SUSE cannot guarentee that the generated certificate will work correctly.</p>"); + helptext = helptext + _("<p><b>Advanced Options</b> are very special options. If you change these options, SUSE cannot guarantee that the generated certificate will work correctly.</p>"); } else if (kind == "Client Certificate" || kind == "Server Certificate") @@ -374,7 +374,7 @@ helptext = helptext + _("<p>The certificate is valid for only specific period (<b>Valid Period</b>). Enter the time frame in days.</p>");
// help text 4/4 - helptext = helptext + _("<p><b>Advanced Options</b> are very special options. If you change these options, SUSE cannot guarentee that the generated certificate will work correctly.</p>"); + helptext = helptext + _("<p><b>Advanced Options</b> are very special options. If you change these options, SUSE cannot guarantee that the generated certificate will work correctly.</p>"); } else if (kind == "Client Request" || kind == "Server Request" @@ -387,7 +387,7 @@ helptext = helptext + _("<p>Each request has its own <b>Key Length</b>. Some applications that use certificates need special key lengths.</p>");
// help text 3/3 - helptext = helptext + _("<p><b>Advanced Options</b> are very special options. If you change these options, SUSE cannot guarentee that the generated certificate will work correctly.</p>"); + helptext = helptext + _("<p><b>Advanced Options</b> are very special options. If you change these options, SUSE cannot guarantee that the generated certificate will work correctly.</p>"); }
term contents = `VBox ();
yast-commit@lists.opensuse.org