Skip to content

Commit

Permalink
adjusted help text - name technical support correctly (bnc#872123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Apr 24, 2014
1 parent 2f27647 commit 9dcf65c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions package/yast2-support.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 24 08:54:37 UTC 2014 - jsrain@suse.cz

- adjusted help text - name technical support correctly
(bnc#872123)

-------------------------------------------------------------------
Thu Sep 19 17:29:23 UTC 2013 - lslezak@suse.cz

Expand Down
10 changes: 5 additions & 5 deletions src/include/support/helps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def initialize_support_helps(include_target)
"\n" +
"<p><b><big>Opening Novell Support Center</big></b><br>\n" +
"To start a Web browser that opens the Novell Support Center Portal, use <b>Open Novell Support Center</b>.\n" +
"You can then open a Service Request with Novell Technical Support. Make sure you write down\n" +
"You can then open a Service Request with Global Technical Support. Make sure you write down\n" +
"the Service Request number to include in the supportconfig data upload.</p>\n"
) +
# Ovreview dialog help 2/3
Expand All @@ -84,7 +84,7 @@ def initialize_support_helps(include_target)
_(
"<p><b><big>Uploading Collected Data</big></b><br>\n" +
"To upload the data already collected to a server, use <b>Upload Data</b>.\n" +
"The server may or may not be Novell Technical Support.</p>"
"The server may or may not be Global Technical Support.</p>"
),
# Configure1 dialog help 1/3
"support_params" => _(
Expand Down Expand Up @@ -131,7 +131,7 @@ def initialize_support_helps(include_target)
) +
# Contact dialog help 4/4
_(
"<p><b>Note:</b> If you are uploading a supportconfig tarball to Novell Technical Support,\nmake sure you include the Novell 11-digit service request number from your open service request.\n"
"<p><b>Note:</b> If you are uploading a supportconfig tarball to Global Technical Support,\nmake sure you include the Novell 11-digit service request number from your open service request.\n"
),
# Collecting data dialkog help 1/1
"collecting" => _(
Expand All @@ -146,7 +146,7 @@ def initialize_support_helps(include_target)
# Configure1 dialog help 1/3
"upload_save" => Ops.add(
_(
"<p><b><big>Upload supportconfig tarball to Novell Technical Support</big></b><br>\n" +
"<p><b><big>Upload supportconfig tarball to Global Technical Support</big></b><br>\n" +
"If you want to store a copy of the supportconfig tarball, select the target\n" +
"directory and make sure that this option is checked.\n" +
"<br></p>\n"
Expand All @@ -171,7 +171,7 @@ def initialize_support_helps(include_target)
),
"upload_select" => Ops.add(
_(
"<p><b><big>Upload supportconfig tarball to Novell Technical Support</big></b><br>\n" +
"<p><b><big>Upload supportconfig tarball to Global Technical Support</big></b><br>\n" +
"If you have already created the supportconfig tarball, write the full path\n" +
"into the <i>Package with log files</i> field.\n" +
"<br></p>\n"
Expand Down

0 comments on commit 9dcf65c

Please sign in to comment.