Add-on store - Clarify window title and list label#15054
Conversation
|
I might prefer:
Available add-ons (showing all)
Available add-ons (showing stable)
Though if that is not liked, I am fine with how @CyrilleB79 has done it, and
prefer the parenthetical expression to hyphenation.
|
If we do not change the casing for channel names (that begin with a capital), we would rather have "Available add-ons (showing All)" with "All" beginning with a capital letter. Personally however, I prefer the current wording "Available add-ons (All)" to @XLTechie's suggestion "Available add-ons (showing All)". Adding "showing" is just more verbose IMO. For a similar GUI example in MS Outlook, when you open an e-mail, the window title is "This is the subject - Message (HTML)" and not something more verbose such as "This is the subject - Message (format is HTML)". It's just my opinion though. And I will implement what NVAccess and the community prefer. Let's wait for other feedback if any. |
|
@CyrilleB79 wrote:
i totally agree |
Link to issue number:
Fixes #15042
Summary of the issue:
The title of add-on store window is formatted such as "Add-on Store - All Installed add-ons"
After the dash, the string is a concatenation of the channel and the type of add-ons in the list.
Description of user facing changes
Description of development approach
Implemented changes described below.
Note: I have used parenthesis for the channel, but I may have used a second dash as a separator instead, i.e. "Add-on store - Available add-ons - All". Let me know if you prefer this second version.
Testing strategy:
Manually checked the window title and the list name.
Known issues with pull request:
Change log entries:
Not needed on unreleased code
Code Review Checklist: