mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
remove unused string
This commit is contained in:
parent
b453ce8940
commit
52d2c1ce8c
1 changed files with 0 additions and 2 deletions
|
|
@ -119,7 +119,6 @@ type TranslationSet struct {
|
|||
LcNextScreenMode string
|
||||
LcPrevScreenMode string
|
||||
FilterPrompt string
|
||||
PressEscToCancel string
|
||||
}
|
||||
|
||||
func englishSet() TranslationSet {
|
||||
|
|
@ -246,6 +245,5 @@ func englishSet() TranslationSet {
|
|||
LcNextScreenMode: "next screen mode (normal/half/fullscreen)",
|
||||
LcPrevScreenMode: "prev screen mode",
|
||||
FilterPrompt: "filter",
|
||||
PressEscToCancel: "press escape to cancel",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue