[recipes] Print: Use the term directions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Print: Use the term directions
- Date: Sat, 31 Dec 2016 16:48:23 +0000 (UTC)
commit 215a2bbdcd211622206455a257e322c8b73d838f
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Dec 31 11:45:56 2016 -0500
Print: Use the term directions
We use "Directions" in the UI, so use the same in the printout.
src/gr-recipe-printer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-recipe-printer.c b/src/gr-recipe-printer.c
index 2b668b5..73dc49a 100644
--- a/src/gr-recipe-printer.c
+++ b/src/gr-recipe-printer.c
@@ -205,7 +205,7 @@ begin_print (GtkPrintOperation *operation,
attr = pango_attr_font_desc_new (title_font);
attr->start_index = s->len;
- g_string_append (s, _("Instructions"));
+ g_string_append (s, _("Directions"));
attr->end_index = s->len + 1;
pango_attr_list_insert (attrs, attr);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]