Skip to content

Commit 6c59ffe

Browse files
authored
Fix: Added "Apply this action to all conflicting items" to Resouces.resw (#11390)
1 parent a0e8a6a commit 6c59ffe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Files.App/Dialogs/FilesystemOperationDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
Grid.Column="0"
191191
HorizontalAlignment="Left"
192192
VerticalAlignment="Center"
193-
Text="Apply this action to all conflicting items"
193+
Text="{helpers:ResourceString Name=ApplyToAllConflictingItems}"
194194
TextWrapping="Wrap" />
195195

196196
<ComboBox

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2967,4 +2967,7 @@
29672967
<data name="PlayAll" xml:space="preserve">
29682968
<value>Play all</value>
29692969
</data>
2970+
<data name="ApplyToAllConflictingItems" xml:space="preserve">
2971+
<value>Apply this action to all conflicting items</value>
2972+
</data>
29702973
</root>

0 commit comments

Comments
 (0)