talons

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

commit bacc3a60fea3b9dc9f1ace9552457f3d0046e2c1
parent 06837ab6d3659ec3202bc6a0b1ea9d23697691ac
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 };