|
Bugzilla – Full Text Bug Listing |
| Summary: | Use Install instead of Continue button in generic PackageDialog | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Karl Eichwalder <ke> |
| Component: | YaST2 | Assignee: | Jiri Srain <jsrain> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | jsuchome |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Documentation | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Karl Eichwalder
2006-10-26 05:29:12 UTC
Hm, it's generic function used also from other places, nothing kerberos specific: PackageDialog uses Label::ContinueButton and Label::CancelButton. We could use Label::InstallButton instead of ContinueButton? Jiri, what do you think - the change is from some point logical, of course trivial and not affecting translations, but is it good to change the settled feeling of those dialog? I'd avoid changing it, at least for 10.2. The text user is presented together with the list says clearly that packages will be installed, and Continue/Cancel is common pair of buttons. Usability team, what do you think? It is true that Continue/Cancel is a common pair of buttons, but in this case it should be stated clearer to the user that a click on the "continue" button starts an installation process. The text in the box only states that some packages have to be installed and not that they will be installed by clicking on the continue button. So from a usability perspective I would recommend to label the button "Install". One point: we already have a button with "Install" text, but for consistency we should use "Uninstall" button for the opposite cases. But such text is currently not available and not possible to add after text freeze. Let's do it properly after 10.2 It is true, that the common pair of button labels would be "install"/"uninstall", but in this case "cancel" would be the correct label, because a click on this button exits the window without making any changes. The button labeling "install"/"cancel" would be an example of so called "speaking buttons" where buttons are as self-explanatory as possible. So the labels "Install" and "Cancel" could be used as a pair of button labels. BTW this concept is also used in the current MS Vista UI guidelines. Doing it properly after 10.2 sounds good to me, too :-) uhm, after 10.3 So, the required change is actually "Use Install/Cancel buttons in PackageDialog instead of Continue/Cancel". I'm still not sure we should do that, as it will affect lot of places. Jiri... I just changed the labels in the generic popup to "Install/Cancel", resp. "Uninstall/Cancel". Let's see if there is any community feedback. |