mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31: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
|
LcNextScreenMode string
|
||||||
LcPrevScreenMode string
|
LcPrevScreenMode string
|
||||||
FilterPrompt string
|
FilterPrompt string
|
||||||
PressEscToCancel string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func englishSet() TranslationSet {
|
func englishSet() TranslationSet {
|
||||||
|
|
@ -246,6 +245,5 @@ func englishSet() TranslationSet {
|
||||||
LcNextScreenMode: "next screen mode (normal/half/fullscreen)",
|
LcNextScreenMode: "next screen mode (normal/half/fullscreen)",
|
||||||
LcPrevScreenMode: "prev screen mode",
|
LcPrevScreenMode: "prev screen mode",
|
||||||
FilterPrompt: "filter",
|
FilterPrompt: "filter",
|
||||||
PressEscToCancel: "press escape to cancel",
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue