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}"
/>