From 64cebfc0a8c06df83dd2faf38d856f3116b4cfe4 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 28 Nov 2024 11:58:36 +0100 Subject: [PATCH] Remove unused texts --- pkg/i18n/english.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index aa942093b..2b233cd70 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -249,8 +249,6 @@ type TranslationSet struct { NoBranchOnRemote string Fetch string FetchTooltip string - NoAutomaticGitFetchTitle string - NoAutomaticGitFetchBody string FileEnter string FileEnterTooltip string FileStagingRequirements string @@ -1235,8 +1233,6 @@ func EnglishTranslationSet() *TranslationSet { NoBranchOnRemote: `This branch doesn't exist on remote. You need to push it to remote first.`, Fetch: `Fetch`, FetchTooltip: "Fetch changes from remote.", - NoAutomaticGitFetchTitle: `No automatic git fetch`, - NoAutomaticGitFetchBody: `Lazygit can't use "git fetch" in a private repo; use 'f' in the files panel to run "git fetch" manually`, FileEnter: `Stage lines / Collapse directory`, FileEnterTooltip: "If the selected item is a file, focus the staging view so you can stage individual hunks/lines. If the selected item is a directory, collapse/expand it.", FileStagingRequirements: `Can only stage individual lines for tracked files`,