Skip to content

Commit c243772

Browse files
committed
Requested changes
1 parent d2e5c5a commit c243772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3746,7 +3746,7 @@
37463746
<value>There was an error applying this tag</value>
37473747
</data>
37483748
<data name="DecompressArchiveHereSmartDescription" xml:space="preserve">
3749-
<value>Extract here for single-item or to new folder for multi-item {0, plural, one {archive} other {archives}}</value>
3749+
<value>Extract selected {0, plural, one {archive} other {archives}} here for single-item or to new folder for multi-item</value>
37503750
</data>
37513751
<data name="ExtractHereSmart" xml:space="preserve">
37523752
<value>Extract here (Smart)</value>

src/Files.App/Views/Settings/ActionsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<!-- New Command Selector -->
140140
<uc:ComboBoxEx
141141
x:Name="NewKeyBindingItemPickerComboBox"
142-
DisplayMemberPath="CommandLabel"
142+
DisplayMemberPath="CommandDescription"
143143
DropDownClosed="NewKeyBindingItemPickerComboBox_DropDownClosed"
144144
ItemsSource="{x:Bind ViewModel.AllActionItems, Mode=OneWay}"
145145
PlaceholderText="{helpers:ResourceString Name=ChooseAnAction}"

0 commit comments

Comments
 (0)