1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix description of automatic theme backup

This commit is contained in:
Sébastien Helleu
2026-05-29 19:01:41 +02:00
parent 215fdfc0a7
commit a98568788b
+1 -1
View File
@@ -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)
{