commit 5ac71948fc34551c061d0b4af65150507f4ed845
parent d68ee842979426466fbaf8e30f56b8dba0f34409
Author: Ricardo Mones <ricardo@mones.org>
Date: Wed, 30 Apr 2014 01:57:28 +0200
Fix label to make a complete sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,