From 0e4799d581d30ddf0966792a1838c621c9a81340 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 21 Oct 2014 11:14:53 +0100 Subject: [PATCH] use standard hyphen-less "Claws Mail" in user-facing strings. Thanks to Thomas Bellmann. --- src/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 index bb1104468..1a30f040a 100644 --- 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; } -- 2.25.1