summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-05-26 19:26:50 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-05-26 19:30:38 +0200
commitab643749e8198e014e412da51fca84ab298c4d7a (patch)
tree953870a31b1c05909589f73d23305a6f4357f8c7 /pkg
parent2d0c96466afc5e299678eb0c5889e512366fab9c (diff)
Fix tooltip of fixup commandfix-tooltip-for-fixup
Diffstat (limited to 'pkg')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index caa920de1..0fe5ab12a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1358,7 +1358,7 @@ func EnglishTranslationSet() TranslationSet {
ResetHardTooltip: "Reset HEAD to the chosen commit, and discard all changes between the current and chosen commit, as well as all current modifications in the working tree.",
ViewResetOptions: `Reset`,
FileResetOptionsTooltip: "View reset options for working tree (e.g. nuking the working tree).",
- FixupTooltip: "Meld the selected commit into the commit below it. Similar to fixup, but the selected commit's message will be discarded.",
+ FixupTooltip: "Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded.",
CreateFixupCommit: "Create fixup commit",
CreateFixupCommitTooltip: "Create 'fixup!' commit for the selected commit. Later on, you can press `{{.squashAbove}}` on this same commit to apply all above fixup commits.",
CreateAmendCommit: `Create "amend!" commit`,