mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 06:04:59 +00:00
ux: if there are no local changes, show different confirm message (#1143)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
8b5f491e34
commit
768b324356
5 changed files with 14 additions and 4 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
<!-- Body -->
|
||||
<Border Grid.Row="1" Margin="16">
|
||||
<TextBlock Text="{DynamicResource Text.ConfirmEmptyCommit.Message}" MaxWidth="520" TextWrapping="Wrap"/>
|
||||
<TextBlock Text="{Binding Message}" MaxWidth="520" TextWrapping="Wrap"/>
|
||||
</Border>
|
||||
|
||||
<!-- Buttons -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue