|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2>Printer: there is no button "More Drivers", but it is mentioned in the information message | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Mindaugas Baranauskas <opensuse.lietuviu.kalba> |
| Component: | YaST2 | Assignee: | Johannes Meixner <jsmeix> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P4 - Low | CC: | jsmeix, wgbuild |
| Version: | Milestone 7 | Keywords: | Built |
| Target Milestone: | RC 1 | ||
| Hardware: | All | ||
| OS: | openSUSE 11.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Iliustration | ||
Thanks for the report!
When I changed for yast2-printer version 2.19.3
the label of those buttons from 'More Drivers'
to 'Find More' (in basicadd.ycp and basicmodify.ycp),
I missed to adapt the texts in Printer.ycp
(one line - wrapped only here)
---------------------------------------------------------------------
driver_string = _("No matching driver found.
Change the search string or try 'More Drivers'.");
---------------------------------------------------------------------
and also in helps.ycp
---------------------------------------------------------------------
to get also other drivers or you use the 'More Drivers' button.
---------------------------------------------------------------------
The same for 'More Connections' which was renamed to 'Detect More'
in Printer.ycp
---------------------------------------------------------------------
_("Try 'More Connections' or use the 'Connection Wizard'.")
---------------------------------------------------------------------
Fixed in YaST SVN revision 62088. Submitted yast2-printer version 2.19.12 to openSUSE:Factory via submitrequest 41001 This is an autogenerated message for OBS integration: This bug (610724) was mentioned in https://build.opensuse.org/request/show/41001 Factory / yast2-printer |
Created attachment 366212 [details] Iliustration User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100513 SUSE/3.6.4-1.11 Firefox/3.6.4 In .pot files and in not lokalized openSUSE versions there is mentioned a button that doesn't exist. Maybe "More Drivers" should be replaced by "Find more". Or vice versa. Reproducible: Always Steps to Reproduce: 1. Disconect all printers, use not localized openSUSE 2. open YaST2 > Printer 3. select Add Actual Results: message "No matching drivers found. Change the search string or try 'More Drivers'" Expected Results: message "No matching drivers found. Change the search string or try 'Find More'"