File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3010
3010
<data name =" Year" xml : space =" preserve" >
3011
3011
<value >Year</value >
3012
3012
</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 >
3015
3015
</data >
3016
3016
<data name =" GroupByDateCreatedDayDescription" xml : space =" preserve" >
3017
3017
<value >Group items by day of date created</value >
Original file line number Diff line number Diff line change 141
141
Style=" {StaticResource RightAlignedToggleSwitchStyle}" />
142
142
</local : SettingsBlockControl >
143
143
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" >
146
146
<ComboBox
147
- AutomationProperties.Name=" {helpers:ResourceString Name=PreferredGroupByDateUnit }"
147
+ AutomationProperties.Name=" {helpers:ResourceString Name=GroupByDateUnit }"
148
148
IsEnabled=" {x:Bind ViewModel.IsGroupByDate, Mode=OneWay}"
149
149
SelectedIndex=" {x:Bind ViewModel.SelectedDefaultGroupByDateUnitIndex, Mode=TwoWay}" >
150
150
<ComboBoxItem Content =" {helpers:ResourceString Name=Year}" />
You can’t perform that action at this time.
0 commit comments