File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public static List<ContextMenuFlyoutItemViewModel> GetBaseItemMenuItems(
99
99
{
100
100
new ContextMenuFlyoutItemViewModel ( )
101
101
{
102
- Text = "LayoutMode " . GetLocalizedResource ( ) ,
102
+ Text = "Layout " . GetLocalizedResource ( ) ,
103
103
Glyph = "\uE152 " ,
104
104
ShowItem = ! itemsSelected ,
105
105
ShowInRecycleBin = true ,
Original file line number Diff line number Diff line change 639
639
<data name =" AddDialogListFolderSubHeader" xml : space =" preserve" >
640
640
<value >Creates an empty folder</value >
641
641
</data >
642
- <data name =" LayoutMode" xml : space =" preserve" >
643
- <value >Layout mode</value >
644
- </data >
645
642
<data name =" NavResfreshButton.AutomationProperties.Name" xml : space =" preserve" >
646
643
<value >Refresh the directory</value >
647
644
</data >
Original file line number Diff line number Diff line change 166
166
</local : SettingsBlockControl >
167
167
168
168
<!-- Layout mode -->
169
- <local : SettingsBlockControl Title =" {helpers:ResourceString Name=LayoutMode }" HorizontalAlignment =" Stretch" >
169
+ <local : SettingsBlockControl Title =" {helpers:ResourceString Name=Layout }" HorizontalAlignment =" Stretch" >
170
170
<local : SettingsBlockControl .Icon>
171
171
<FontIcon Glyph ="  " />
172
172
</local : SettingsBlockControl .Icon>
173
173
174
- <ComboBox AutomationProperties.Name=" {helpers:ResourceString Name=LayoutMode }" SelectedIndex =" {x:Bind ViewModel.SelectedDefaultLayoutModeIndex, Mode=TwoWay}" >
174
+ <ComboBox AutomationProperties.Name=" {helpers:ResourceString Name=Layout }" SelectedIndex =" {x:Bind ViewModel.SelectedDefaultLayoutModeIndex, Mode=TwoWay}" >
175
175
<ComboBoxItem Content =" {helpers:ResourceString Name=Details}" />
176
176
<ComboBoxItem Content =" {helpers:ResourceString Name=List}" />
177
177
<ComboBoxItem Content =" {helpers:ResourceString Name=Tiles}" />
You can’t perform that action at this time.
0 commit comments