Updated strings for PowerRename

This commit is contained in:
Niels Laute
2020-06-01 15:34:35 +02:00
committed by Enrico Giordani
parent ec895f271b
commit 5956e6d9c1
2 changed files with 7 additions and 7 deletions

View File

@@ -227,7 +227,7 @@
<value>Executable name</value>
</data>
<data name="PowerLauncher_MaximumNumberOfResults.Header" xml:space="preserve">
<value>Maximum numbers of results</value>
<value>Maximum number of results</value>
</data>
<data name="PowerLauncher_Shortcuts.Text" xml:space="preserve">
<value>Shortcuts</value>
@@ -378,7 +378,7 @@
<value>Appear only in extended context menu (Shift + Right-click)</value>
</data>
<data name="PowerRename_Toggle_MaxDispListNum.Header" xml:space="preserve">
<value>Maximum numbers of items to show in recently used list for autocomplete dropdown</value>
<value>Maximum number of items</value>
</data>
<data name="PowerRename_Toggle_RestoreFlagsOnLaunch.Header" xml:space="preserve">
<value>Show values from last use</value>
@@ -392,14 +392,14 @@
<data name="FileExplorerPreview_Description.Text" xml:space="preserve">
<value>These settings allow you to manage your Windows File Explorer custom preview handlers.</value>
</data>
<data name="Miscellaneous.Text" xml:space="preserve">
<value>Miscellaneous</value>
<data name="PowerRename_AutoCompleteHeader.Text" xml:space="preserve">
<value>Autocompletion</value>
</data>
<data name="OpenSource_Notice.Text" xml:space="preserve">
<value>Open-source notice</value>
</data>
<data name="PowerRename_Toggle_AutoComplete.Header" xml:space="preserve">
<value>Enable auto-complete and auto-suggest of recently used list for autocomplete dropdown</value>
<value>Enable autocompletion for the search and replace fields</value>
</data>
<data name="FancyZones_BorderColor.Text" xml:space="preserve">
<value>Zone border color (Default: #FFFFFF)</value>

View File

@@ -67,7 +67,7 @@
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"
/>
<TextBlock x:Uid="Miscellaneous"
<TextBlock x:Uid="PowerRename_AutoCompleteHeader"
Style="{StaticResource SettingsGroupTitleStyle}"/>
@@ -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}"
/>