Skip to content

Commit 6986603

Browse files
committed
Tooltip
1 parent fdf1fa2 commit 6986603

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4245,8 +4245,11 @@
42454245
</data>
42464246
<data name="BreadcrumbBarChevronButtonToolTip" xml:space="preserve">
42474247
<value>Show child folders</value>
4248-
</data>
4248+
</data>
42494249
<data name="NoCommandsFound" xml:space="preserve">
42504250
<value>There are no commands containing {0}</value>
42514251
</data>
4252+
<data name="SeeMore" xml:space="preserve">
4253+
<value>See more</value>
4254+
</data>
42524255
</root>

src/Files.App/UserControls/NavigationToolbar.xaml

Lines changed: 1 addition & 1 deletion
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="{x:Bind Commands.NavigateBack.LabelWithHotKey, Mode=OneWay}">
118+
ToolTipService.ToolTip="{helpers:ResourceString Name=SeeMore}">
119119
<FontIcon FontSize="14" Glyph="{x:Bind Commands.NavigateBack.Glyph.BaseGlyph, Mode=OneTime}" />
120120
<Button.ContextFlyout>
121121
<MenuFlyout

0 commit comments

Comments
 (0)