[Commits] [SCM] claws branch, master, updated. 4.2.0-115-g59567045b
paul at claws-mail.org
paul at claws-mail.org
Sun Jun 9 10:09:50 UTC 2024
The branch, master has been updated
via 59567045b6565b29c93e31da6b33409565c8417b (commit)
from 35b475054e4ee9b287d2bdde01d4c508df42b7ce (commit)
Summary of changes:
src/summaryview.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 59567045b6565b29c93e31da6b33409565c8417b
Author: Paul <paul at claws-mail.org>
Date: Sun Jun 9 11:09:45 2024 +0100
let's not 'translate' a comma
diff --git a/src/summaryview.c b/src/summaryview.c
index 27b3bec07..7a01bfd78 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -2720,14 +2720,14 @@ static void summary_status_show(SummaryView *summaryview)
del = g_strdup("");
if (summaryview->moved)
mv = g_strdup_printf(_("%s%d moved"),
- summaryview->deleted ? _(", ") : "",
+ summaryview->deleted ? ", " : "",
summaryview->moved);
else
mv = g_strdup("");
if (summaryview->copied)
cp = g_strdup_printf(_("%s%d copied"),
summaryview->deleted ||
- summaryview->moved ? _(", ") : "",
+ summaryview->moved ? ", " : "",
summaryview->copied);
else
cp = g_strdup("");
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list