Replace web view editor icon and tooltip.

This commit is contained in:
Burak Kaan Köse
2024-07-07 19:57:07 +02:00
parent dab51bef7b
commit 8e03f26fb5
4 changed files with 533 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -331,8 +331,8 @@
<AppBarToggleButton
x:Name="WebviewToolBarButton"
Click="WebViewToggleButtonClicked"
Label="Webview ToolBar"
ToolTipService.ToolTip="Webview ToolBar">
Label="{x:Bind domain:Translator.EditorTooltip_WebViewEditor}"
ToolTipService.ToolTip="{x:Bind domain:Translator.EditorTooltip_WebViewEditor}">
<AppBarToggleButton.Icon>
<PathIcon Data="{StaticResource WebviewToolBarPathIcon}" />
</AppBarToggleButton.Icon>