Skip to content

Commit 2e5a997

Browse files
committed
Localize string
1 parent ce5b661 commit 2e5a997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/Pane/ShelfPane.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<StackPanel.ContextFlyout>
6161
<MenuFlyout>
62-
<MenuFlyoutItem Command="{x:Bind RemoveCommand}" Text="Remove">
62+
<MenuFlyoutItem Command="{x:Bind RemoveCommand}" Text="{helpers:ResourceString Name=Remove}">
6363
<MenuFlyoutItem.Icon>
6464
<FontIcon Glyph="&#xE738;" />
6565
</MenuFlyoutItem.Icon>

0 commit comments

Comments
 (0)