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 ce5b661 commit 2e5a997Copy full SHA for 2e5a997
src/Files.App/UserControls/Pane/ShelfPane.xaml
@@ -59,7 +59,7 @@
59
60
<StackPanel.ContextFlyout>
61
<MenuFlyout>
62
- <MenuFlyoutItem Command="{x:Bind RemoveCommand}" Text="Remove">
+ <MenuFlyoutItem Command="{x:Bind RemoveCommand}" Text="{helpers:ResourceString Name=Remove}">
63
<MenuFlyoutItem.Icon>
64
<FontIcon Glyph="" />
65
</MenuFlyoutItem.Icon>
0 commit comments