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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user