From 9aa268c1f44a46e7be1a864e65b540e1f4716142 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 11 Dec 2025 21:09:57 +0100 Subject: [PATCH 1/2] Cleanup: use spaces instead of tab --- pkg/i18n/english.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index bc814df156a..f18e3719a5e 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -2210,7 +2210,7 @@ gui: keybinding: universal: suspendApp: - redo: + redo: - The 'git.paging.useConfig' option has been removed. If you were relying on it to configure your pager, you'll have to explicitly set the pager again using the git.paging.pager' option. `, From 46c095cc29604dedb03e36c11f83096e76a5c8ac Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 11 Dec 2025 21:10:11 +0100 Subject: [PATCH 2/2] Add a missing quote --- pkg/i18n/english.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index f18e3719a5e..75391a2c1f2 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -2212,7 +2212,7 @@ keybinding: suspendApp: redo: -- The 'git.paging.useConfig' option has been removed. If you were relying on it to configure your pager, you'll have to explicitly set the pager again using the git.paging.pager' option. +- The 'git.paging.useConfig' option has been removed. If you were relying on it to configure your pager, you'll have to explicitly set the pager again using the 'git.paging.pager' option. `, }, }