User Guide fixes#15256
Conversation
|
Cc @seanbudd: |
|
I don't see any relevant changes in regards to point 4, could you explain why it was raised here? |
|
I see that there is one usage of "Add-ons store" in the first line of AddonStoreInstalling, was that meant to be changed in this PR? |
Co-authored-by: Sean Budd <seanbudd123@gmail.com>
Yes, that was it. I had forgotten to push it yesterday. Now fixed in 7f4b21d. |
IMO it's better not to add them, for example: Of course, in a comma in a sequential shortcut such "alt, f, w" found in Word's ribbons, the comma belongs to the shortcut and should be formatted along with the whole shortcut formatting. This formatting issue is not very important, so I won't submit a PR to fix them (if any) in the current version of the Guide. But checking this in newly added content could be a good practice IMO. |
|
Agreed with @CyrilleB79 on this. If we're going to use code markers around
shortcuts, then they should be used only around shortcuts, as indicating the
actual "code" in question. Since the added punctuation is not part of the code,
it shouldn't be included.
Though I also agree it is minor.
|
Link to issue number:
Fix-up of #15065
Summary of the issue:
Various issues found in documentation while reviewing translation:
Excel UIA option not at the correct place in the documentation with respect to its position in the GUI's Advanced settings panel.
Searching for add-ons
Add-on Store spelling: Let's take care to use an unique writing so that people get immediately used:
So "Add-on Store", not "Add-ons Store".
Key name formatting:
Key name formatting should always be used for single keys, not for a whole list of keys including separators or parenthesis that do not belong to the name of a key as done for some braille keys.
Description of user facing changes
Fixed all this.
Description of development approach
Modified documentation.
Note:
I was also planning to rewrite the paragraph "Move system caret when routing review cursor" which I find a bit hard to understand; however not sure to have the time for now.
Cc @XLTechie if you are interested and for your opinion on this paragraph.
Also cc @burmancomp and @LeonarddeR for information and for your opinion.
Testing strategy:
Known issues with pull request:
None
Change log entries:
None
Code Review Checklist: