From 5956e6d9c13f9e2d87c84801a1578b7c3fd96953 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 1 Jun 2020 15:34:35 +0200 Subject: [PATCH] Updated strings for PowerRename --- .../Strings/en-us/Resources.resw | 10 +++++----- .../Views/PowerRenamePage.xaml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw index 13c3ff2a30..fec1d25248 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw +++ b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw @@ -227,7 +227,7 @@ Executable name - Maximum numbers of results + Maximum number of results Shortcuts @@ -378,7 +378,7 @@ Appear only in extended context menu (Shift + Right-click) - Maximum numbers of items to show in recently used list for autocomplete dropdown + Maximum number of items Show values from last use @@ -392,14 +392,14 @@ These settings allow you to manage your Windows File Explorer custom preview handlers. - - Miscellaneous + + Autocompletion Open-source notice - Enable auto-complete and auto-suggest of recently used list for autocomplete dropdown + Enable autocompletion for the search and replace fields Zone border color (Default: #FFFFFF) diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/PowerRenamePage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/PowerRenamePage.xaml index 5fed9f7c00..9f616bb189 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/PowerRenamePage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/PowerRenamePage.xaml @@ -67,7 +67,7 @@ IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}" /> - @@ -83,7 +83,7 @@ Margin="{StaticResource SmallTopMargin}" Value="{Binding Mode=TwoWay, Path=MaxDispListNum}" Minimum="0" - Width="320" + Width="240" Maximum="20" IsEnabled="{ Binding Mode=TwoWay, Path=GlobalAndMruEnabled}" />