Skip to content

Commit 3f45316

Browse files
committed
Strings
1 parent 218c25f commit 3f45316

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/Files.App/Actions/FileSystem/PasteItemToSelectionAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal sealed partial class PasteItemToSelectionAction : BaseUIAction, IAction
88
private readonly IContentPageContext context;
99

1010
public string Label
11-
=> Strings.Paste.GetLocalizedResource();
11+
=> Strings.PasteToSelectedFolder.GetLocalizedResource();
1212

1313
public string Description
1414
=> Strings.PasteItemToSelectionDescription.GetLocalizedResource();

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2439,13 +2439,16 @@
24392439
<value>Cut selected {0, plural, one {item} other {items}} to clipboard</value>
24402440
</data>
24412441
<data name="PasteItemDescription" xml:space="preserve">
2442-
<value>Paste items from clipboard to current folder</value>
2442+
<value>Paste clipboard items to the current folder</value>
24432443
</data>
24442444
<data name="PasteShortcutDescription" xml:space="preserve">
2445-
<value>Paste items from clipboard to current folder as shortcuts</value>
2445+
<value>Paste clipboard items to the current folder as shortcuts</value>
24462446
</data>
24472447
<data name="PasteItemToSelectionDescription" xml:space="preserve">
2448-
<value>Paste items from clipboard to selected folder</value>
2448+
<value>Paste clipboard items to the selected folder</value>
2449+
</data>
2450+
<data name="PasteToSelectedFolder" xml:space="preserve">
2451+
<value>Paste to selected folder</value>
24492452
</data>
24502453
<data name="DeleteItemDescription" xml:space="preserve">
24512454
<value>Delete selected {0, plural, one {item} other {items}}</value>

0 commit comments

Comments
 (0)