[recipes] Update shopping list title
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Update shopping list title
- Date: Fri, 10 Feb 2017 11:47:41 +0000 (UTC)
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]