summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-04-15 17:25:58 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-04-15 17:29:31 +1000
commit8f1f7128417169eb2f3692a49a06996980130c97 (patch)
tree4658af93c3c497b661271e3d8fed2e553210e621 /pkg/i18n
parentb82b6a2992b56f8cacc9e9ec9a886e6af51ce99e (diff)
use lowercase text for menu items (as we're still yet to standardise on 'Sentence case')
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 b8cbc46b1..4d384da71 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -880,8 +880,8 @@ func EnglishTranslationSet() TranslationSet {
GlobalTitle: "Global Keybindings",
ConflictsResolved: "all merge conflicts resolved. Continue?",
RebasingTitle: "Rebase '{{.checkedOutBranch}}' onto '{{.ref}}'",
- SimpleRebase: "Simple rebase",
- InteractiveRebase: "Interactive rebase",
+ SimpleRebase: "simple rebase",
+ InteractiveRebase: "interactive rebase",
InteractiveRebaseTooltip: "Begin an interactive rebase with a break at the start, so you can update the TODO commits before continuing",
ConfirmMerge: "Are you sure you want to merge '{{.selectedBranch}}' into '{{.checkedOutBranch}}'?",
FwdNoUpstream: "Cannot fast-forward a branch with no upstream",