[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-99-g9afdf4392
paul at claws-mail.org
paul at claws-mail.org
Sun Jun 9 10:10:52 UTC 2024
The branch, gtk2 has been updated
via 9afdf43921086dd925b4b4331070c8a7f272884f (commit)
from bc5a4bc9ca6f1b5e4acf5bfda3354506b2d10c2b (commit)
Summary of changes:
src/summaryview.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9afdf43921086dd925b4b4331070c8a7f272884f
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 5513f6348..03846e48c 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