From 7cff87b1aef47a6190c177ea862eeac412ca7c39 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Sun, 21 May 2023 12:46:30 +0100 Subject: [PATCH] statusline: fix typo in deprecation warning This was a bad copy paste from config/ui.go. Fixes: d2e74cdb91e1 ("statusline: add column based render format") Signed-off-by: Vlad-Stefan Harbuz Acked-by: Robin Jarry --- config/statusline.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/statusline.go b/config/statusline.go index d09b8fa..1c2c624 100644 --- a/config/statusline.go +++ b/config/statusline.go @@ -44,9 +44,9 @@ Your configuration in this instance was automatically converted to: ` + ColumnDefsToIni(columns, "status-columns") + ` Your configuration file was not changed. To make this change permanent and to dismiss this deprecation warning on launch, copy the above lines into aerc.conf -and remove index-format from it. See aerc-config(5) for more details. +and remove render-format from it. See aerc-config(5) for more details. -index-format will be removed in aerc 0.17. +render-format will be removed in aerc 0.17. `, }) } -- 2.38.5