From 6d5d054c30050bc66c9c3e8697982c6c801a2a62 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 5 Nov 2019 14:21:19 +1100 Subject: support line by line additions in staging and patch building contexts --- pkg/i18n/polish.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkg/i18n/polish.go') diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go index 6c55a5d30..0c90d7c2c 100644 --- a/pkg/i18n/polish.go +++ b/pkg/i18n/polish.go @@ -420,7 +420,7 @@ func addPolish(i18nObject *i18n.Bundle) error { ID: "StageLine", Other: `zatwierdź linię`, }, &i18n.Message{ - ID: "EscapeStaging", + ID: "ReturnToFilesPanel", Other: `wróć do panelu plików`, }, &i18n.Message{ ID: "CantFindHunks", @@ -737,6 +737,9 @@ func addPolish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "jump", Other: "jump to panel", + }, &i18n.Message{ + ID: "ExitLineByLineMode", + Other: `exit line-by-line mode`, }, ) } -- cgit v1.2.3