From c51e13941cefb96e322bb0b1cde7bfcc3f5ec53a Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 28 Aug 2024 16:28:18 +0200 Subject: [PATCH] Cleanup: remove unused translated text --- pkg/i18n/english.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index aa88d397a..831cfa27e 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -445,7 +445,6 @@ type TranslationSet struct { ScrollRight string DiscardPatch string DiscardPatchConfirm string - DiscardPatchSameCommitConfirm string CantPatchWhileRebasingError string ToggleAddToPatch string ToggleAddToPatchTooltip string @@ -1435,7 +1434,6 @@ func EnglishTranslationSet() *TranslationSet { ScrollRight: "Scroll right", DiscardPatch: "Discard patch", DiscardPatchConfirm: "You can only build a patch from one commit/stash-entry at a time. Discard current patch?", - DiscardPatchSameCommitConfirm: "You currently have changes added to a patch for this commit. Discard current patch?", CantPatchWhileRebasingError: "You cannot build a patch or run patch commands while in a merging or rebasing state", ToggleAddToPatch: "Toggle file included in patch", ToggleAddToPatchTooltip: "Toggle whether the file is included in the custom patch. See {{.doc}}.",