mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
fix<PageTabBar>: missing translation for new tab control
This commit is contained in:
parent
9862845f82
commit
cc326495a6
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
Margin="4,0" Padding="4"
|
||||
Icon="{StaticResource Icon.NewTab}"
|
||||
HoverBackground="{DynamicResource Brush.NewPageHover}"
|
||||
ToolTip="{DynamicResource Text.PageSwitcher.New}"
|
||||
ToolTip="{DynamicResource Text.PageTabBar.New}"
|
||||
Click="NewTab"
|
||||
WindowChrome.IsHitTestVisibleInChrome="True"/>
|
||||
</StackPanel>
|
||||
|
|
Loading…
Reference in a new issue