From a98568788b891b3b1c0b23a5582992eeec8c953b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 29 May 2026 19:01:41 +0200 Subject: [PATCH] core: fix description of automatic theme backup --- src/core/core-theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core-theme.c b/src/core/core-theme.c index b0560148a..020f71fa1 100644 --- a/src/core/core-theme.c +++ b/src/core/core-theme.c @@ -641,7 +641,7 @@ theme_make_backup (void) return NULL; path = theme_write_file ( name, - _("Automatic backup written before /theme apply"), + _("Automatic backup"), 0); /* full snapshot: backups must round-trip exactly */ if (!path) {