[recipes] Update shopping list title



commit 7e4c4fcffac2b064af27af8dc536fe05251542d5
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 9 20:43:40 2017 -0500

    Update shopping list title
    
    Follow the latest mockups.

 src/gr-shopping-page.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-shopping-page.c b/src/gr-shopping-page.c
index 43f7f42..decbff9 100644
--- a/src/gr-shopping-page.c
+++ b/src/gr-shopping-page.c
@@ -126,8 +126,8 @@ recount_recipes (GrShoppingPage *page)
         g_list_free (children);
 
         g_free (page->title);
-        page->title = g_strdup_printf (ngettext ("Cook it later (%d recipe)",
-                                                 "Cook it later (%d recipes)", page->recipe_count),
+        page->title = g_strdup_printf (ngettext ("Buy Ingredients (%d recipe)",
+                                                 "Buy Ingredients (%d recipes)", page->recipe_count),
                                        page->recipe_count);
         g_object_notify (G_OBJECT (page), "title");
 


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