Skip to content

Commit 36b22dd

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@
142142
</local:SettingsBlockControl>
143143

144144
<!-- Preferred Group by date unit -->
145-
<local:SettingsBlockControl Title="{helpers:ResourceString Name=PreferredGroupByDateUnit}" HorizontalAlignment="Stretch">
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)