[recipes/shopping-list: 12/15] Update the empty list states



commit d5a8aeecce6d88188eeb9e43af51c14893fe63bb
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 8 16:49:09 2017 -0500

    Update the empty list states
    
    We no longer have a "Cook later" button, update the text.

 src/gr-list-page.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-list-page.c b/src/gr-list-page.c
index d2cfd47..f853e50 100644
--- a/src/gr-list-page.c
+++ b/src/gr-list-page.c
@@ -377,7 +377,7 @@ gr_list_page_populate_from_favorites (GrListPage *self)
 
         container_remove_all (GTK_CONTAINER (self->flow_box));
         gtk_label_set_label (GTK_LABEL (self->empty_title), _("No favorite recipes found"));
-        gtk_label_set_label (GTK_LABEL (self->empty_subtitle), _("Use the “Cook later” button to mark 
recipes as favorites."));
+        gtk_label_set_label (GTK_LABEL (self->empty_subtitle), _("Use the ♥ button to mark recipes as 
favorites."));
 
         gr_recipe_search_stop (self->search);
         gtk_stack_set_visible_child_name (GTK_STACK (self->list_stack), "list");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]