summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorglendsoza <gledsouza23@gmail.com>2022-01-23 13:16:21 +0530
committerJesse Duffield <jessedduffield@gmail.com>2022-01-26 09:04:12 +1100
commit0c6bdac2f789bb595825dd958a48147e41332e7e (patch)
treec2981013420a2d39c343d52d2429184c65538106 /pkg/i18n
parent257e222f8d28e8b678ae996f779dc4a4bb76a434 (diff)
Changes as per review
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 8b421de08..5f03881a6 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1028,7 +1028,7 @@ func EnglishTranslationSet() TranslationSet {
CantChangeContextSizeError: "Cannot change context while in patch building mode because we were too lazy to support it when releasing the feature. If you really want it, please let us know!",
LcOpenCommitInBrowser: "open commit in browser",
LcViewBisectOptions: "view bisect options",
- ConfirmRevertCommit: "Are you sure you want to revert {{.selectedCommit}}? ",
+ ConfirmRevertCommit: "Are you sure you want to revert {{.selectedCommit}}?",
Actions: Actions{
// TODO: combine this with the original keybinding descriptions (those are all in lowercase atm)
CheckoutCommit: "Checkout commit",