talons

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

commit 85350314981041c8b0c7bca2d5b1e8804fb62112
parent ecf710cea83967a0871903f4517b83cd73dbfb1f
Author: paul <paul@claws-mail.org>
Date:   Mon, 14 Mar 2022 11:44:55 +0000

fix English usage

Diffstat:
Msrc/common/plugin.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/plugin.c b/src/common/plugin.c @@ -1,6 +1,6 @@ /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 2002-2015 the Claws Mail Team + * Copyright (C) 2002-2022 the Claws Mail Team * * 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 @@ -74,7 +74,7 @@ const gchar *plugin_feature_names[] = N_("filtering"), N_("a privacy interface"), N_("a notifier"), - N_("an utility"), + N_("a utility"), N_("things"), NULL };