From 3a50b05810438184c50a58c32192fefd58086d14 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 25 Mar 2026 10:46:43 +0800 Subject: [PATCH] localization: update English translation Signed-off-by: leo --- src/Resources/Locales/en_US.axaml | 2 +- src/Views/StashChanges.axaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."/>