From 908c4d6c859c2da6e3e9db4f6e49c1d7d4002f8f Mon Sep 17 00:00:00 2001 From: hishitetsu <66369541+hishitetsu@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:02:21 +0900 Subject: [PATCH] Fix localize --- src/Files.App/Dialogs/FilesystemOperationDialog.xaml | 2 +- src/Files.App/Strings/en-US/Resources.resw | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Files.App/Dialogs/FilesystemOperationDialog.xaml b/src/Files.App/Dialogs/FilesystemOperationDialog.xaml index d2a8a69a47e9..cc3b12fa3f35 100644 --- a/src/Files.App/Dialogs/FilesystemOperationDialog.xaml +++ b/src/Files.App/Dialogs/FilesystemOperationDialog.xaml @@ -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" /> Play all + + Apply this action to all conflicting items + \ No newline at end of file