diff --git a/package/yast2-registration.changes b/package/yast2-registration.changes index 49b16ab18..31ae482aa 100644 --- a/package/yast2-registration.changes +++ b/package/yast2-registration.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 8 12:22:16 UTC 2012 - jdsn@suse.de + +- fix typo in help text (bnc#759735) + ------------------------------------------------------------------- Thu Mar 29 15:50:13 CEST 2012 - jsuchome@suse.cz diff --git a/src/clients/suse_register_auto.ycp b/src/clients/suse_register_auto.ycp index 55e64afa0..958d403c4 100644 --- a/src/clients/suse_register_auto.ycp +++ b/src/clients/suse_register_auto.ycp @@ -208,7 +208,7 @@ symbol suse_register_configuration() string help_text_caption = sformat("

%1

", caption); string help_text_para1 = _("

Product registration includes your product in Novell's database, enabling you to get online updates and technical support. To register while installing automatically, select Run Product Registration. To simplify the procedure, include information from your system with Hardware Profile and Optional Information.

"); string help_text_para2 = _("

Get more information about the registration process with suse_register -h.

"); - string help_text_para3 = _("

Other information used for registration is shown in Registration\nData.
To add a new key and value pair, press Add then enter the\nappropriate values. These parameters are can be passed with suse_register\n-a.
Get more information with suse_register -p. Remove a\nkey-value pair with Delete or modify an existing pair with Edit.

"); + string help_text_para3 = _("

Other information used for registration is shown in Registration\nData.
To add a new key and value pair, press Add then enter the\nappropriate values. These parameters are the ones that can be passed with suse_register\n-a.
Get more information with suse_register -p. Remove a\nkey-value pair with Delete or modify an existing pair with Edit.

"); string help_text_para4 = _("

If your network deploys a custom SMT server, set the URL of the SMT Server\nand the location of the SMT certificate in SMT Server Settings. Refer\nto your SMT manual for further assistance.

");