talons

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

commit 0e4799d581d30ddf0966792a1838c621c9a81340
parent 3746c8ed68505ac3110a444c0dd53e272d807294
Author: Paul <paul@claws-mail.org>
Date:   Tue, 21 Oct 2014 11:14:53 +0100

use standard hyphen-less "Claws Mail" in user-facing strings. Thanks to Thomas Bellmann.

Diffstat:
Msrc/plugins/rssyl/rssyl_cb_menu.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/rssyl/rssyl_cb_menu.c b/src/plugins/rssyl/rssyl_cb_menu.c @@ -239,9 +239,9 @@ void rssyl_refresh_feed_cb(GtkAction *action, /* Offline check */ if( prefs_common.work_offline && !inc_offline_should_override(TRUE, - ngettext("Claws-Mail needs network access in order " + ngettext("Claws Mail needs network access in order " "to update the feed.", - "Claws-Mail needs network access in order " + "Claws Mail needs network access in order " "to update feeds.", 1))) { return; }