summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authormatejcik <ja@matejcik.cz>2020-01-03 13:01:32 +0100
committerDawid Dziurla <dawidd0811@gmail.com>2020-01-03 15:09:59 +0100
commit0a31edecb66c1b00051f9d601c589d737cc62505 (patch)
tree778ad75a1e01c7805a9ee4662d97acd75cc93360 /pkg/i18n
parent6ac6d142c0d32820ca6b04e4a8db191613fcbc95 (diff)
make Ctrl+P visible
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 849594872..55a607090 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -823,6 +823,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "toggleAddToPatch",
Other: "toggle file included in patch",
}, &i18n.Message{
+ ID: "ViewPatchOptions",
+ Other: "view custom patch options",
+ }, &i18n.Message{
ID: "PatchOptionsTitle",
Other: "Patch Options",
}, &i18n.Message{