summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-16 13:49:40 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-16 21:18:43 +1100
commit87e9d9bdc21ebb38727a04c9df7ef5aadc1eba84 (patch)
treec7d812f28c0ebe6b11407a1dbed0b313859e74e7 /pkg/i18n
parentb6454755caf6b90c935f986558f4f9ad085b1837 (diff)
minor changes
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index eb172ccba..1156cfee7 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -361,6 +361,7 @@ type TranslationSet struct {
LcCopyFileNameToClipboard string
LcCopyCommitFileNameToClipboard string
LcCommitPrefixPatternError string
+ LcCopySelectedTexToClipboard string
NoFilesStagedTitle string
NoFilesStagedPrompt string
BranchNotFoundTitle string
@@ -883,6 +884,7 @@ func englishTranslationSet() TranslationSet {
LcCopyBranchNameToClipboard: "copy branch name to clipboard",
LcCopyFileNameToClipboard: "copy the file name to the clipboard",
LcCopyCommitFileNameToClipboard: "copy the committed file name to the clipboard",
+ LcCopySelectedTexToClipboard: "copy the selected text to the clipboard",
LcCommitPrefixPatternError: "Error in commitPrefix pattern",
NoFilesStagedTitle: "No files staged",
NoFilesStagedPrompt: "You have not staged any files. Commit all files?",
@@ -1000,7 +1002,7 @@ func englishTranslationSet() TranslationSet {
GitFlowFinish: "Git flow finish",
GitFlowStart: "Git Flow start",
CopyToClipboard: "Copy to clipboard",
- CopySelectedTextToClipboard: "Copy Selected Text to clipboard",
+ CopySelectedTextToClipboard: "Copy selected text to clipboard",
RemovePatchFromCommit: "Remove patch from commit",
MovePatchToSelectedCommit: "Move patch to selected commit",
MovePatchIntoIndex: "Move patch into index",