[Commits] [SCM] claws branch, master, updated. 4.3.0-54-gf0d978380
paul at claws-mail.org
paul at claws-mail.org
Wed Jan 8 15:31:44 UTC 2025
The branch, master has been updated
via f0d97838047ebee73858fe1cf053781ee1fa1725 (commit)
from c338efa0f00739eb23a34cc140cac95926b9f8d8 (commit)
Summary of changes:
src/mainwindow.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f0d97838047ebee73858fe1cf053781ee1fa1725
Author: Paul <paul at claws-mail.org>
Date: Wed Jan 8 15:31:40 2025 +0000
fix button text
diff --git a/src/mainwindow.c b/src/mainwindow.c
index c7cff46d0..93729ec40 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2024 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2025 the Claws Mail team and Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -4202,7 +4202,7 @@ static void mainwindow_check_synchronise(MainWindow *mainwin, gboolean ask)
if (offline_ask_sync && ask && alertpanel(_("Folder synchronisation"),
_("Do you want to synchronise your folders now?"),
- NULL, _("_Cancel"), NULL, _("_Synchronise"), NULL, NULL,
+ NULL, _("_No"), NULL, _("_Synchronise"), NULL, NULL,
ALERTFOCUS_SECOND) != G_ALERTALTERNATE)
return;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list