Skip to content

Commit

Permalink
add preserve whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
changbowen committed Dec 18, 2016
1 parent cbe6230 commit 3df6ab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Resources/StringResources.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:DesktopNote.Resources"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
<sys:String x:Key="button_cancel">Cancel</sys:String>
<sys:String x:Key="button_ok">OK</sys:String>
<sys:String x:Key="button_search">Search</sys:String>
Expand Down
4 changes: 2 additions & 2 deletions Resources/StringResources.zh.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:DesktopNote.Resources"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xml:space="preserve">
<sys:String x:Key="button_cancel">取消</sys:String>
<sys:String x:Key="button_ok">确定</sys:String>
<sys:String x:Key="button_search">查找</sys:String>
Expand Down

0 comments on commit 3df6ab8

Please sign in to comment.