localization: add git command name to locale zh_CN (#41)

This commit is contained in:
leo 2024-04-01 12:17:50 +08:00
parent 1f3f9a4472
commit 7e28c0904d
2 changed files with 32 additions and 32 deletions

View file

@ -60,7 +60,7 @@
<Path Width="14" Height="14" Data="{StaticResource Icons.Push}"/>
</Button>
<Button Classes="icon_button" Width="32" Margin="16,0,0,0" Command="{Binding StashAll}" ToolTip.Tip="{DynamicResource Text.Stashes}">
<Button Classes="icon_button" Width="32" Margin="16,0,0,0" Command="{Binding StashAll}" ToolTip.Tip="{DynamicResource Text.Stash}">
<Path Width="14" Height="14" Data="{StaticResource Icons.Stashes}"/>
</Button>