summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authornullishamy <amy.codes@null.net>2022-08-01 17:41:20 +0100
committernullishamy <amy.codes@null.net>2022-08-01 17:41:20 +0100
commitb9b2f58bc85edc88c6673e26e8cd88190e2fb8cf (patch)
treeaa84d74d827e872c80c05dd9ac12ddc75fe2dce0 /pkg/i18n
parentbdb0b9ae6e84ce7261190f156f8f16fc7d62cffd (diff)
Format, bug fixes
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 83de83f7a..aafd89de7 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -259,7 +259,7 @@ type TranslationSet struct {
DiscardFileChangesPrompt string
DisabledForGPG string
CreateRepo string
- BareRepo string
+ BareRepo string
InitialBranch string
NoRecentRepositories string
AutoStashTitle string
@@ -897,7 +897,7 @@ func EnglishTranslationSet() TranslationSet {
DiscardFileChangesPrompt: "Are you sure you want to discard this commit's changes to this file? If this file was created in this commit, it will be deleted",
DisabledForGPG: "Feature not available for users using GPG",
CreateRepo: "Not in a git repository. Create a new git repository? (y/n): ",
- BareRepo: "You've attempted to open Lazygit in a bare repo but Lazygit does not yet support bare repos. Open most recent repo? (y/n)" ,
+ BareRepo: "You've attempted to open Lazygit in a bare repo but Lazygit does not yet support bare repos. Open most recent repo? (y/n) ",
InitialBranch: "Branch name? (leave empty for git's default): ",
NoRecentRepositories: "Must open lazygit in a git repository. No valid recent repositories. Exiting.",
AutoStashTitle: "Autostash?",