-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I at least had trouble figuring out how to handle a dependency chain in the GUI package manager. I didn't find it obvious to look for dependency management under the Show Details
sub-pane. I would have found "Show Options" more informative; the latter suggests something I have agency over. Maybe it's obvious to everyone except me and a couple of students.
gui-pkg-manager/gui-pkg-manager-lib/pkg/gui/private/by-source.rkt
Lines 164 to 165 in 70cc905
(string-constant hide-details-button-label) | |
(string-constant show-details-button-label))] |
The show-details-button-label
is currently used at least in the Choose Language
dialog under the Language
menu. I'm agnostic as to whether that too would be better written as "Show Options".
My suggestion for a change would be either change the label in both places, or define a separate new constant and use that new constant in the GUI package manager.
Happy to work up a suggestion of what I have in mind, at least for the English language version. This, however, seems like a change that would impact localization and