-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Code Quality: Refactored command titles and descritption for clarity and consistency #17146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
c59a6a2
27158c0
f69d8ae
8b6ddda
6c84a29
b18338f
6815ede
e98c33f
074ceb8
ea5921d
73ed7aa
15e6634
1561f94
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2229,7 +2229,7 @@ | |
<value>Settings</value> | ||
</data> | ||
<data name="DoubleClickBlankSpaceToGoUp" xml:space="preserve"> | ||
<value>Double-click a blank space to navigate one level up the folder tree</value> | ||
<value>Double-click blank space to navigate one level up the folder tree</value> | ||
</data> | ||
<data name="ViewMore" xml:space="preserve"> | ||
<value>View more</value> | ||
|
@@ -2703,10 +2703,10 @@ | |
<value>Open a new tab in the same window</value> | ||
</data> | ||
<data name="NavigateBackDescription" xml:space="preserve"> | ||
<value>Navigate to the previous folder</value> | ||
<value>Navigate to the previous location</value> | ||
</data> | ||
<data name="NavigateForwardDescription" xml:space="preserve"> | ||
<value>Navigate to the next folder</value> | ||
<value>Navigate to the next location</value> | ||
</data> | ||
<data name="NavigateUpDescription" xml:space="preserve"> | ||
<value>Navigate one level up in the folder tree</value> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Jay-o-Way There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, tricky one, mostly looking at "navigate". That one is often used for websites and such. Simply saying "move one level up" sounds smoother. As for "in" or not, i would personally leave it out. Thinking of phrases like "move up a ladder". In case of doubt, search MS Learn. https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/f/folder-folder-icon There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We've been using the term 'navigate' for quite some time, so I'm not concerned about that part. |
||
|
Uh oh!
There was an error while loading. Please reload this page.