Skip to content

Commit 05ca308

Browse files
committed
Update NavigationToolbar.xaml
1 parent 6986603 commit 05ca308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/UserControls/NavigationToolbar.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
AutomationProperties.Name="{x:Bind Commands.NavigateBack.Label, Mode=OneWay}"
116116
Command="{x:Bind Commands.NavigateBack, Mode=OneWay}"
117117
Style="{StaticResource AddressToolbarButtonStyle}"
118-
ToolTipService.ToolTip="{helpers:ResourceString Name=SeeMore}">
118+
ToolTipService.ToolTip="{x:Bind Commands.NavigateBack.LabelWithHotKey, Mode=OneWay}">
119119
<FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateBack.Glyph.BaseGlyph, Mode=OneTime}" />
120120
<Button.ContextFlyout>
121121
<MenuFlyout
@@ -140,7 +140,7 @@
140140
x:Name="FlyoutButton"
141141
LosingFocus="NavigationButtonOverflowFlyoutButton_LosingFocus"
142142
Style="{StaticResource AddressToolbarButtonStyle}"
143-
ToolTipService.ToolTip="{x:Bind Commands.NavigateForward.LabelWithHotKey, Mode=OneWay}"
143+
ToolTipService.ToolTip="{helpers:ResourceString Name=SeeMore}"
144144
Visibility="Collapsed">
145145
<FontIcon FontSize="14" Glyph="&#xE712;" />
146146
<Button.Flyout>

0 commit comments

Comments
 (0)