|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-printer: typos in various texts | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Johannes Meixner <jsmeix> |
| Component: | YaST2 | Assignee: | 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 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 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 ------------------------------------------------------------- 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" Remove the "Useless help" in helps.ycp 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 */ 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")
Fixed for openSUSE 11.2. |