| Summary: | Rename "Track Changes" under "View" to "Tracked Changes" | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | John <johnsmithbeatles> |
| Component: | UI | Assignee: | Ayhan Yalçınsoy <ayhanyalcinsoy> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | fitojb, heiko.tietze, mentoring, momonasmon, telesto |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillDesign, topicUI |
| Version: | 6.4.7.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.1.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 85811 | ||
|
Description
John
2020-10-28 01:21:09 UTC
Rather "Show tracked changes". But we have two UNO commands defined, .uno:ShowTrackedChanges (FN_REDLINE_SHOW) and .uno:ViewTrackChanges that forwards to the other command but uses the short label. It was introduced with https://gerrit.libreoffice.org/c/core/+/23976 for bug 91781. But I don't see any good reason. Maybe "View" is the implicit action. And in fact, we do not use any "Show" in the menu items. IMHO, it's a good practice to use verbs. (Show/Edit) TC is a good example how the approach of short labels fails. OTOH, these repeated Show * looks also bad. We have Edit-Track changes-Show and View-Track changes and it's the same control. I agree with John, but I suggest rename it to "View-Show Track changes" From another side all items in the View menu toggle show-hide something... Other opinions? Let’s consider that making everything “verb + noun” has implications on the way we translate these options to other languages. Just having “Tracked Changes” instead of the current, awkward “Track Changes” would be a win for the Romance-language versions of LibreOffice, which currently have an idiomatic, not literal translation (because the English doesn’t make much sense) but is quite long, making the menus wider than usual. We discussed the topic in the design meeting and decided to use "Show Tracked Changes" (for View > TC). Code pointer: officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu I am unable to find occurrences of 'View - Track Changes' in Help, so it is a good moment in time to do the change. Preferably before Seth adds the old string into Help. Ayhan Yalçınsoy committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/471f2bf1ee9256f5b8196b6cc713666729654e59 tdf#137808: Renamed Track Changes as Show Tracked Changes It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |