Skip to content

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

Closed
wants to merge 13 commits into from
Prev Previous commit
More changes...
  • Loading branch information
Lukiluc29 committed Jun 7, 2025
commit 1561f9436ce49ded9acb3ccbe7fff7e9695ffadc
6 changes: 3 additions & 3 deletions src/Files.App/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jay-o-Way Navigate one level up in the folder tree vs Navigate one level up the folder tree?

Copy link
Contributor

Choose a reason for hiding this comment

The 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
https://learn.microsoft.com/en-us/style-guide/procedures-instructions/describing-interactions-with-ui

Copy link
Member

Choose a reason for hiding this comment

The 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.

Expand Down