| Summary: | Change the wording of the 'Checkout' button tooltip to indicate it affects the current selection | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> | ||||
| Component: | Git | Assignee: | Michael Rennie <Michael_Rennie> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | curtis.windatt.public, maciej.bendkowski, mamacdon | ||||
| Version: | unspecified | ||||||
| Target Milestone: | 5.0 M1 | ||||||
| Hardware: | PC | ||||||
| OS: | Mac OS X | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Michael Rennie
Currently, we use strict git terminology on git pages, in order to facilitate working with git repositories for advanced, or semi-advanced git users. 'Checkout' is a git operation name, which among other things, deletes working changes. We could change it to something more neutral, e. g. 'Undo', however such a rename should be consistent with other operation names. We already had such discussions, e. g. here (bug 413546). *** This bug has been marked as a duplicate of bug 413546 *** (In reply to Maciej Bendkowski from comment #1) > Currently, we use strict git terminology on git pages, in order to > facilitate working with git repositories for advanced, or semi-advanced git > users. 'Checkout' is a git operation name, which among other things, deletes > working changes. I'm fine with that, and the general wording of commands can be updated across the board in bug 413546. In the meantime, the tool tip needs to be updated to indicate that it works on the current selection. Created attachment 236663 [details]
fix
funnily enough, Git already has an NLS'd string which says the right thing, but is not being used.
(In reply to Michael Rennie from comment #3) > Created attachment 236663 [details] > fix > > funnily enough, Git already has an NLS'd string which says the right thing, > but is not being used. made a pull request for the change to make things easier: https://github.com/eclipse/orion.client/pull/30 I also found the tooltip wording odd. Comment #1 makes a good argument not to change the button name, but the tooltip the patch uses is more helpful and accurate. Pushed the tooltip improvement: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=fe8e522 |