diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml index c46b1640..ef5623b0 100644 --- a/src/Resources/Locales/en_US.axaml +++ b/src/Resources/Locales/en_US.axaml @@ -852,7 +852,7 @@ Message: Optional. Message of this stash Mode: - Only staged changes + Only staged files Both staged and unstaged changes of selected file(s) will be stashed!!! Stash Local Changes Apply diff --git a/src/Views/StashChanges.axaml b/src/Views/StashChanges.axaml index f79fca73..4a171069 100644 --- a/src/Views/StashChanges.axaml +++ b/src/Views/StashChanges.axaml @@ -61,7 +61,7 @@ Content="{DynamicResource Text.Stash.OnlyStagedChanges}" IsChecked="{Binding OnlyStaged, Mode=TwoWay}" IsVisible="{Binding !HasSelectedFiles}" - ToolTip.Tip="--staged"/> + ToolTip.Tip="--staged. If file is staged partically, the unstaged part of it will also be stashed."/>