Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
svn path=/trunk/registration/; revision=68097
  • Loading branch information
jdsn committed May 8, 2012
1 parent 8281e5d commit 91673db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion src/clients/suse_register_auto.ycp
Expand Up @@ -208,7 +208,7 @@ symbol suse_register_configuration()
string help_text_caption = sformat("<p><b>%1</b></p>", caption);
string help_text_para1 = _("<p>Product registration includes your product in Novell's database, enabling you to get online updates and technical support. To register while installing automatically, select <b>Run Product Registration</b>. To simplify the procedure, include information from your system with <b>Hardware Profile</b> and <b>Optional Information</b>.</p>");
string help_text_para2 = _("<p>Get more information about the registration process with <tt>suse_register -h</tt>.</p>");
string help_text_para3 = _("<p>Other information used for registration is shown in <b>Registration\nData</b>.<br>To add a new key and value pair, press <b>Add</b> then enter the\nappropriate values. These parameters are can be passed with <tt>suse_register\n-a</tt>.<br>Get more information with <tt>suse_register -p</tt>. Remove a\nkey-value pair with <b>Delete</b> or modify an existing pair with <b>Edit</b>.</p>");
string help_text_para3 = _("<p>Other information used for registration is shown in <b>Registration\nData</b>.<br>To add a new key and value pair, press <b>Add</b> then enter the\nappropriate values. These parameters are the ones that can be passed with <tt>suse_register\n-a</tt>.<br>Get more information with <tt>suse_register -p</tt>. Remove a\nkey-value pair with <b>Delete</b> or modify an existing pair with <b>Edit</b>.</p>");

string help_text_para4 = _("<p>If your network deploys a custom SMT server, set the URL of the SMT Server\nand the location of the SMT certificate in <b>SMT Server Settings</b>. Refer\nto your SMT manual for further assistance.</p>");

Expand Down

0 comments on commit 91673db

Please sign in to comment.