From 137fd80fdbcdeabd9e37732b9c8fa34f3052f1eb Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 21 Mar 2020 12:31:26 +1100 Subject: note that undo functionality is experimental --- pkg/i18n/english.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/i18n') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 5e1474425..37b6340b1 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -362,7 +362,7 @@ func addEnglish(i18nObject *i18n.Bundle) error { Other: "undo", }, &i18n.Message{ ID: "undoReflog", - Other: "undo (via reflog)", + Other: "undo (via reflog) (experimental)", }, &i18n.Message{ ID: "pop", Other: "pop", -- cgit v1.2.3