From f6b3a9b1842438ece889ce4ef7045365325e53fe Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 20 Feb 2019 20:51:24 +1100 Subject: rearranging todo items while interactively rebasing --- pkg/i18n/english.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/i18n') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 88058b265..e910d855b 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -562,6 +562,9 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "ErrorOccurred", Other: "An error occurred! Please create an issue at https://github.com/jesseduffield/lazygit/issues", + }, &i18n.Message{ + ID: "NoRoom", + Other: "Not enough room", }, ) } -- cgit v1.2.3