We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d757745 commit 60c2026Copy full SHA for 60c2026
src/Files.App/Dialogs/SettingsDialog.xaml
@@ -1,4 +1,4 @@
1
-<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. -->
+<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. -->
2
<ContentDialog
3
x:Class="Files.App.Dialogs.SettingsDialog"
4
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
@@ -119,7 +119,7 @@
119
</NavigationViewItem>
120
<NavigationViewItem
121
AutomationProperties.AutomationId="SettingsItemActions"
122
- Content="Actions"
+ Content="{helpers:ResourceString Name=Actions}"
123
Tag="ActionsPage">
124
<NavigationViewItem.Icon>
125
<FontIcon Glyph="" />
0 commit comments