talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit fc3c3b5c9f85b95449f3abcfd62befdcc76299d6
parent 689f80b295ab7b84472474404056e859071ed8bb
Author: Paul <paul@claws-mail.org>
Date:   Wed, 20 Dec 2023 21:21:55 +0100

fix text of warning message

of course, we're copying a file not a message

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -1238,7 +1238,7 @@ int main(int argc, char *argv[]) userrc = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, MENU_RC, NULL); if (copy_file(userrc, userrc, TRUE) < 0) { - g_warning("can't copy message %s to %s.bak", + g_warning("can't copy %s to %s.bak", userrc, userrc); }