[Commits] [SCM] claws branch, master, updated. 3.9.3-121-g5ac7194
mones at claws-mail.org
mones at claws-mail.org
Wed Apr 30 01:57:46 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via 5ac71948fc34551c061d0b4af65150507f4ed845 (commit)
from d68ee842979426466fbaf8e30f56b8dba0f34409 (commit)
- Log -----------------------------------------------------------------
commit 5ac71948fc34551c061d0b4af65150507f4ed845
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Apr 30 01:57:28 2014 +0200
Fix label to make a complete sentence
diff --git a/src/plugins/rssyl/rssyl_gtk.c b/src/plugins/rssyl/rssyl_gtk.c
index 3a581dc..c4dba86 100644
--- a/src/plugins/rssyl/rssyl_gtk.c
+++ b/src/plugins/rssyl/rssyl_gtk.c
@@ -443,7 +443,7 @@ static RSSylFeedProp *rssyl_gtk_prop_real(RSSylFolderItem *ritem)
gtk_combo_box_append_text(GTK_COMBO_BOX(feedprop->silent_update),
_("Always"));
gtk_combo_box_append_text(GTK_COMBO_BOX(feedprop->silent_update),
- _("Only its text changed"));
+ _("Only when its text has changed"));
gtk_combo_box_append_text(GTK_COMBO_BOX(feedprop->silent_update),
_("Never"));
gtk_table_attach(GTK_TABLE(table), feedprop->silent_update, 1, 2, row, row+1,
-----------------------------------------------------------------------
Summary of changes:
src/plugins/rssyl/rssyl_gtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list