Bug 466371

Summary: yast2-printer: typos in various texts
Product: [openSUSE] openSUSE 11.1 Reporter: Johannes Meixner <jsmeix>
Component: YaST2Assignee: Johannes Meixner <jsmeix>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P4 - Low    
Version: Final   
Target Milestone: ---   
Hardware: All   
OS: openSUSE 11.1   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Johannes Meixner 2009-01-15 12:31:45 UTC
ConnectionWizardDialog help 2/6 reads:

"A network printer with IP 192.168.100.1 which is accessible\n"
"via port 9100 may have a device URI like:<br>\n"
"socket://192.168.101.202:9100<br>\n"

The IPs do not match, it should be

"A network printer with IP 192.168.100.1 which is accessible\n"
"via port 9100 may have a device URI like:<br>\n"
"socket://192.168.100.1:9100<br>\n"
Comment 1 Johannes Meixner 2009-01-15 13:34:13 UTC
ConnectionWizardDialog help 4/6:

The CUPS web site has changed.
Now the documentation there is well separated for
the different versions of CUPS.

Currently there is in
ConnectionWizardDialog help 4/6:
"http://www.cups.org/documentation.php/network.html\n"
which leads to the documentation of the newest CUPS version
(currently 1.4) but in openSUSE 11.1 and SLE11 we have CUPS 1.3
so that the more specific URL should be
http://www.cups.org/documentation.php/doc-1.3/network.html
Comment 2 Johannes Meixner 2009-01-15 13:50:04 UTC
ConnectionWizardDialog help 5/6:
-------------------------------------------------------------
The package provides the CUPS backend 'novell' which runs
CUPS 1.1.18
the <tt>nprint</tt> program which actually sends the data
-------------------------------------------------------------
contains a false "CUPS 1.1.18" line so that it should be
-------------------------------------------------------------
The package provides the CUPS backend 'novell' which runs
the <tt>nprint</tt> program which actually sends the data
-------------------------------------------------------------
Comment 3 Johannes Meixner 2009-01-15 14:48:11 UTC
Policies help 2/2:

"and enforce another error policy (see 'man backend').\n"

should be

"and enforce another error policy (see <tt>man backend</tt>).\n"
Comment 4 Johannes Meixner 2009-01-15 15:00:39 UTC
Remove the "Useless help" in helps.ycp
Comment 5 Johannes Meixner 2009-01-15 15:45:50 UTC
printer.ycp:

/* Command line help text for the Xprinter module */

I don't know about a "Xprinter module" so that this should be pobably

/* Command line help text for the printer module */
Comment 6 Johannes Meixner 2009-01-15 15:55:51 UTC
printingvianetwork.ycp line 168:

  // A header for a TextEntry where the user can enter
  // the one single remote CUPS server which is used
  // to do all his printing tasks:
  _("&Hostname / IP Address")

should be

  _("&CUPS server name / IP Address")
Comment 7 Johannes Meixner 2009-02-11 11:17:03 UTC
Fixed for openSUSE 11.2.