mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
update<zh_CN>: change text for CLOSE
This commit is contained in:
parent
bf7cc8eed4
commit
2ba6a08475
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<sys:String x:Key="Text.Start" xml:space="preserve">开 始</sys:String>
|
||||
<sys:String x:Key="Text.Sure" xml:space="preserve">确 定</sys:String>
|
||||
<sys:String x:Key="Text.Save" xml:space="preserve">保 存</sys:String>
|
||||
<sys:String x:Key="Text.Close" xml:space="preserve">关 闭</sys:String>
|
||||
<sys:String x:Key="Text.Close">关闭</sys:String>
|
||||
<sys:String x:Key="Text.Cancel" xml:space="preserve">取 消</sys:String>
|
||||
<sys:String x:Key="Text.Goto">点击前往</sys:String>
|
||||
<sys:String x:Key="Text.RevealFile">在文件浏览器中查看</sys:String>
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
<TextBlock Grid.Row="1" Margin="0,8" Text="{Binding}" TextWrapping="Wrap"/>
|
||||
<Button
|
||||
Grid.Row="2"
|
||||
Width="60" Height="25"
|
||||
Margin="4,0"
|
||||
Height="25"
|
||||
Margin="4,0" Padding="8,0"
|
||||
Click="Dismiss"
|
||||
Content="{StaticResource Text.Close}"
|
||||
Background="{StaticResource Brush.Accent1}"
|
||||
|
|
Loading…
Reference in a new issue