From 73d806483747f898bdfc1c7911253cd62092dc42 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 16 Feb 2020 09:03:26 +1100 Subject: allow resetting to branch --- pkg/i18n/english.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/i18n/english.go') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 2d7c40624..c010e2068 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -942,6 +942,9 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "IgnoreTrackedPrompt", Other: "Are you sure you want to ignore a tracked file?", + }, &i18n.Message{ + ID: "resetToThisBranch", + Other: "reset to the HEAD of this branch", }, ) } -- cgit v1.2.3