|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-printer: Unclear "Determine available drivers..." popup during installation | ||
|---|---|---|---|
| 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-13 14:14:17 UTC
I wonder about the correct wording and the dots at the end. Which one is correct: "Determine available printer drivers for ACME FunPrinter 1000..." "Determining available printer drivers for ACME FunPrinter 1000..." "Determine available printer drivers for ACME FunPrinter 1000" "Determining available printer drivers for ACME FunPrinter 1000" IMHO all sentences above are too long. I suggest: Determining drivers for ACME FunPrinter 1000 I know that's not correct wording, but people obviously notes "something about printer drivers" (dialog header is "Printers", so it's not needed to repeat this information again) I agree. I even think your suggestion is correct wording but I am no English native speaker. When the name of the piece of hardware is shown everything should be perfectly o.k. (I hope the user knows what kind of hardware it is ;-) To be 101% on the safe side I will use "printers" as fallback if the value of the device name is empty so that it shows at least "Determining drivers for printers". Regarding the dialog header is "Printers". At least I did not notice it. At least for me the popup appears a bit unexpected all of a sudden so that I only looked at the popup ignoroing whatever dialog header. Of course I know my code and where it comes from but for the user it might look like a usless use of meaningless popup notification ;-) Regarding item a) in comment #0: The code in Printer.ycp is: ----------------------------------------------------------------- Popup::ShowFeedback( // No title for a simple busy message: "", // Busy message: // Body of a Popup::ShowFeedback: _("Determine available drivers...") ); ----------------------------------------------------------------- This is no warning popup so that my code is o.k. here and the icon with the exclamation mark is wrong in the underlying GUI system. Currently I run it under Gnome. A bit below in Printer.ycp there is another Popup::ShowFeedback which shows "Processing many drivers. Please wait..." Perhaps I should also change this one accordingly like "Processing many printer drivers. Please wait..." Fixed for openSUSE 11.2. The model name is not available in the DriverItems function in Printer.ycp so that I used the generic strings "Determining matching printer drivers..." and "Processing many printer drivers. Please wait..." |