Skip to content

Commit

Permalink
Fix: Added "Apply this action to all conflicting items" to Resouces.r…
Browse files Browse the repository at this point in the history
…esw (#11390)
  • Loading branch information
hishitetsu authored Feb 21, 2023
1 parent a0e8a6a commit 6c59ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/Dialogs/FilesystemOperationDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
Grid.Column="0"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Text="Apply this action to all conflicting items"
Text="{helpers:ResourceString Name=ApplyToAllConflictingItems}"
TextWrapping="Wrap" />

<ComboBox
Expand Down
3 changes: 3 additions & 0 deletions src/Files.App/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2967,4 +2967,7 @@
<data name="PlayAll" xml:space="preserve">
<value>Play all</value>
</data>
<data name="ApplyToAllConflictingItems" xml:space="preserve">
<value>Apply this action to all conflicting items</value>
</data>
</root>

0 comments on commit 6c59ffe

Please sign in to comment.