Skip to content

Commit 3a50b05

Browse files
committed
localization: update English translation
Signed-off-by: leo <longshuang@msn.cn>
1 parent fae444b commit 3a50b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Resources/Locales/en_US.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@
852852
<x:String x:Key="Text.Stash.Message" xml:space="preserve">Message:</x:String>
853853
<x:String x:Key="Text.Stash.Message.Placeholder" xml:space="preserve">Optional. Message of this stash</x:String>
854854
<x:String x:Key="Text.Stash.Mode" xml:space="preserve">Mode:</x:String>
855-
<x:String x:Key="Text.Stash.OnlyStagedChanges" xml:space="preserve">Only staged changes</x:String>
855+
<x:String x:Key="Text.Stash.OnlyStagedChanges" xml:space="preserve">Only staged files</x:String>
856856
<x:String x:Key="Text.Stash.TipForSelectedFiles" xml:space="preserve">Both staged and unstaged changes of selected file(s) will be stashed!!!</x:String>
857857
<x:String x:Key="Text.Stash.Title" xml:space="preserve">Stash Local Changes</x:String>
858858
<x:String x:Key="Text.StashCM.Apply" xml:space="preserve">Apply</x:String>

src/Views/StashChanges.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
Content="{DynamicResource Text.Stash.OnlyStagedChanges}"
6262
IsChecked="{Binding OnlyStaged, Mode=TwoWay}"
6363
IsVisible="{Binding !HasSelectedFiles}"
64-
ToolTip.Tip="--staged"/>
64+
ToolTip.Tip="--staged. If file is staged partically, the unstaged part of it will also be stashed."/>
6565

6666
<CheckBox Grid.Row="3" Grid.Column="1"
6767
Height="32"

0 commit comments

Comments
 (0)