We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e8a6a commit 6c59ffeCopy full SHA for 6c59ffe
src/Files.App/Dialogs/FilesystemOperationDialog.xaml
@@ -190,7 +190,7 @@
190
Grid.Column="0"
191
HorizontalAlignment="Left"
192
VerticalAlignment="Center"
193
- Text="Apply this action to all conflicting items"
+ Text="{helpers:ResourceString Name=ApplyToAllConflictingItems}"
194
TextWrapping="Wrap" />
195
196
<ComboBox
src/Files.App/Strings/en-US/Resources.resw
@@ -2967,4 +2967,7 @@
2967
<data name="PlayAll" xml:space="preserve">
2968
<value>Play all</value>
2969
</data>
2970
+ <data name="ApplyToAllConflictingItems" xml:space="preserve">
2971
+ <value>Apply this action to all conflicting items</value>
2972
+ </data>
2973
</root>
0 commit comments