Skip to content

Commit a04d899

Browse files
Preferred group by date unit -> Group by date unit
1 parent 5987474 commit a04d899

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3010,8 +3010,8 @@
30103010
<data name="Year" xml:space="preserve">
30113011
<value>Year</value>
30123012
</data>
3013-
<data name="PreferredGroupByDateUnit" xml:space="preserve">
3014-
<value>Preferred group by date unit</value>
3013+
<data name="GroupByDateUnit" xml:space="preserve">
3014+
<value>Group by date unit</value>
30153015
</data>
30163016
<data name="GroupByDateCreatedDayDescription" xml:space="preserve">
30173017
<value>Group items by day of date created</value>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@
141141
Style="{StaticResource RightAlignedToggleSwitchStyle}" />
142142
</local:SettingsBlockControl>
143143

144-
<!-- Preferred Group by date unit -->
145-
<local:SettingsBlockControl Title="{helpers:ResourceString Name=PreferredGroupByDateUnit}" HorizontalAlignment="Stretch">
144+
<!-- Group by date unit -->
145+
<local:SettingsBlockControl Title="{helpers:ResourceString Name=GroupByDateUnit}" HorizontalAlignment="Stretch">
146146
<ComboBox
147-
AutomationProperties.Name="{helpers:ResourceString Name=PreferredGroupByDateUnit}"
147+
AutomationProperties.Name="{helpers:ResourceString Name=GroupByDateUnit}"
148148
IsEnabled="{x:Bind ViewModel.IsGroupByDate, Mode=OneWay}"
149149
SelectedIndex="{x:Bind ViewModel.SelectedDefaultGroupByDateUnitIndex, Mode=TwoWay}">
150150
<ComboBoxItem Content="{helpers:ResourceString Name=Year}" />

0 commit comments

Comments
 (0)