.calendar-displayed input title wording meaning is inversed
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(thunderbird_esr140 wontfix, thunderbird146 wontfix)
People
(Reporter: alexis.urien, Assigned: mkmelin)
Details
Attachments
(2 files)
|
106.09 KB,
image/png
|
Details | |
|
Bug 2004103 - .calendar-displayed input title wording meaning was inversed. r=#thunderbird-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review |
Steps to reproduce:
In the calendar list, when I hover a currently shown calendar item, an icon (--icon-eye) appears, suggesting that this calendar is currently shown. That's fine but, the title of this input is wrong, it says "Show 'my-calendar-name'", which seems to be a call to action.
140.5.0esr (64-bit)
Thunderbird for Linux Mintmint-001 - 1.0
Actual results:
Hitting the button HIDES the calendar.
Expected results:
Two choices:
- change the wording to "'my-calendar-name' is currently shown"
- change the wording to "Hide 'my-calendar-name'"
The second choice makes more sense to me.
| Assignee | ||
Comment 1•3 months ago
|
||
That indeed seems to be inverted.
| Assignee | ||
Comment 2•3 months ago
|
||
The logic was correct. It's just that the strings themselves are backwards! (show-calendar-title vs hide-calendar-title)
| Assignee | ||
Updated•3 months ago
|
Pushed by sking@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/107dcb12b088
calendar-displayed input title wording meaning was inversed. r=aleca
Description
•