Modify ↓
Opened 6 years ago
Closed 6 years ago
#17457 closed enhancement (fixed)
Drop data depended tool tip from SelectedMembersForSelectionAction
Reported by: | Hb--- | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 19.03 |
Component: | Core | Version: | |
Keywords: | gui i18n english tooltip | Cc: |
Description
The SelectMembers icon in the Relation editor has two different tool tips. The one containing a variable should be dropped because:
- The translation source misses the singular form.
- The information about the number of selected elements is not necessary at this point. Relevant is their membership status. This information is given by the background color of each row.
- Switching tool tip content does more harm than good to the user interface. The enabled/disabled button itself is enough visual feedback.
Please delete the code with "Select relation members which refer to {0} objects in the current selection"
in trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/SelectedMembersForSelectionAction.java#L34 and the following Else clause.
Attachments (0)
Change History (2)
comment:1 by , 6 years ago
Keywords: | tooltip added |
---|---|
Milestone: | → 19.03 |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 14888/josm: