-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2499,7 +2499,7 @@ | |
| <value>Clear selected items</value> | ||
| </data> | ||
| <data name="ToggleSelectDescription" xml:space="preserve"> | ||
| <value>Invert selection of items</value> | ||
| <value>Change selection of the focused item</value> | ||
| </data> | ||
| <data name="ShareItemDescription" xml:space="preserve"> | ||
| <value>Share selected {0, plural, one {file} other {files}} with others</value> | ||
|
|
@@ -3016,7 +3016,7 @@ | |
| <value>Delete permanently</value> | ||
| </data> | ||
| <data name="DeleteItemPermanentlyDescription" xml:space="preserve"> | ||
| <value>Delete selected {0, plural, one {item} other {items}} permanently without recovery</value> | ||
| <value>Delete selected {0, plural, one {item} other {items}} without recovery</value> | ||
| </data> | ||
| <data name="PlayAllDescription" xml:space="preserve"> | ||
| <value>Play the selected media files</value> | ||
|
|
@@ -3139,7 +3139,7 @@ | |
| <value>Properties</value> | ||
| </data> | ||
| <data name="OpenClassicProperties" xml:space="preserve"> | ||
| <value>Explorer properties</value> | ||
| <value>File Explorer properties</value> | ||
|
Member
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. As per @Jay-o-Way, this should start with 'Open'. |
||
| </data> | ||
| <data name="OpenPropertiesDescription" xml:space="preserve"> | ||
| <value>Open the properties window for selected item</value> | ||
|
Member
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.
It's a little more complex. This action also works when no items are selected, and it also works when multiple items are selected. We can make the text contextual in the future, but it's out of scope for this PR. For now, I would keep the added 'the' but remove 'for selected item' |
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lukiluc29 is there any reason to avoid the word 'permanently'? It accurately describes the operation and is consistent with the terminology in File Explorer.