summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-09-19 19:15:29 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-09-19 19:15:29 +1000
commite91fb21233f1c725c34e03b43ac763d8b4c61889 (patch)
tree46384cc0d99080d1b0600ea8efdfd85ce795f66f /pkg/i18n
parent768b9453f8cf6b6bc22191803e0e440c0827a43f (diff)
add recent repos menu option
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 5843b5760..b8be4cfc6 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -392,7 +392,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: `Are you sure you want to quit?`,
}, &i18n.Message{
ID: "SwitchRepo",
- Other: `Switch to a recent repo`,
+ Other: `switch to a recent repo`,
},
)
}