Skip to content

Commit a945309

Browse files
committed
Change Sidebar Menu String (hotkey, plugin)
1 parent 53c937e commit a945309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
</ui:NavigationViewItem.Icon>
215215
</ui:NavigationViewItem>
216216

217-
<ui:NavigationViewItem x:Name="Plugins" Content="{DynamicResource plugin}">
217+
<ui:NavigationViewItem x:Name="Plugins" Content="{DynamicResource plugins}">
218218
<ui:NavigationViewItem.Icon>
219219
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/plugins.png" />
220220
</ui:NavigationViewItem.Icon>
@@ -235,7 +235,7 @@
235235
</ui:NavigationViewItem.Icon>
236236
</ui:NavigationViewItem>
237237

238-
<ui:NavigationViewItem x:Name="Hotkey" Content="{DynamicResource hotkey}">
238+
<ui:NavigationViewItem x:Name="Hotkey" Content="{DynamicResource hotkeys}">
239239
<ui:NavigationViewItem.Icon>
240240
<ui:BitmapIcon ShowAsMonochrome="False" UriSource="/Images/keyboard.png" />
241241
</ui:NavigationViewItem.Icon>

0 commit comments

Comments
 (0)