@@ -158,7 +158,7 @@ public override List<ContextMenuFlyoutItemViewModel> GetItemMenuItems(WidgetCard
158158 } ,
159159 new ContextMenuFlyoutItemViewModel ( )
160160 {
161- Text = "SideBarOpenInNewTab/Text " . GetLocalizedResource ( ) ,
161+ Text = "OpenInNewTab " . GetLocalizedResource ( ) ,
162162 OpacityIcon = new OpacityIconModel ( )
163163 {
164164 OpacityIconStyle = "ColorIconOpenInNewTab" ,
@@ -169,7 +169,7 @@ public override List<ContextMenuFlyoutItemViewModel> GetItemMenuItems(WidgetCard
169169 } ,
170170 new ContextMenuFlyoutItemViewModel ( )
171171 {
172- Text = "SideBarOpenInNewWindow/Text " . GetLocalizedResource ( ) ,
172+ Text = "OpenInNewWindow " . GetLocalizedResource ( ) ,
173173 OpacityIcon = new OpacityIconModel ( )
174174 {
175175 OpacityIconStyle = "ColorIconOpenInNewWindow" ,
@@ -206,7 +206,7 @@ public override List<ContextMenuFlyoutItemViewModel> GetItemMenuItems(WidgetCard
206206 } ,
207207 new ContextMenuFlyoutItemViewModel ( )
208208 {
209- Text = "SideBarUnpinFromFavorites/Text " . GetLocalizedResource ( ) ,
209+ Text = "UnpinFromFavorites " . GetLocalizedResource ( ) ,
210210 OpacityIcon = new OpacityIconModel ( )
211211 {
212212 OpacityIconStyle = "ColorIconUnpinFromFavorites" ,
@@ -217,7 +217,7 @@ public override List<ContextMenuFlyoutItemViewModel> GetItemMenuItems(WidgetCard
217217 } ,
218218 new ContextMenuFlyoutItemViewModel ( )
219219 {
220- Text = "BaseLayoutContextFlyoutPropertiesFolder/Text " . GetLocalizedResource ( ) ,
220+ Text = "Properties " . GetLocalizedResource ( ) ,
221221 Glyph = "\uE946 " ,
222222 Command = OpenPropertiesCommand ,
223223 CommandParameter = item ,
0 commit comments