Skip to content

Commit 64cebfc

Browse files
committed
Remove unused texts
1 parent b07109d commit 64cebfc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/i18n/english.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ type TranslationSet struct {
249249
NoBranchOnRemote string
250250
Fetch string
251251
FetchTooltip string
252-
NoAutomaticGitFetchTitle string
253-
NoAutomaticGitFetchBody string
254252
FileEnter string
255253
FileEnterTooltip string
256254
FileStagingRequirements string
@@ -1235,8 +1233,6 @@ func EnglishTranslationSet() *TranslationSet {
12351233
NoBranchOnRemote: `This branch doesn't exist on remote. You need to push it to remote first.`,
12361234
Fetch: `Fetch`,
12371235
FetchTooltip: "Fetch changes from remote.",
1238-
NoAutomaticGitFetchTitle: `No automatic git fetch`,
1239-
NoAutomaticGitFetchBody: `Lazygit can't use "git fetch" in a private repo; use 'f' in the files panel to run "git fetch" manually`,
12401236
FileEnter: `Stage lines / Collapse directory`,
12411237
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.",
12421238
FileStagingRequirements: `Can only stage individual lines for tracked files`,

0 commit comments

Comments
 (0)