[recipes] Fix typo in a translatable string



commit 672347bb1f00bad996a4b3ecf4c14a0f9462075b
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun May 28 16:52:09 2017 +0200

    Fix typo in a translatable string

 src/gr-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-window.c b/src/gr-window.c
index 12f287f..d4dfd2d 100644
--- a/src/gr-window.c
+++ b/src/gr-window.c
@@ -1234,7 +1234,7 @@ gr_window_show_all (GrWindow *window)
         save_back_entry (window);
 
         gr_list_page_populate_from_all (GR_LIST_PAGE (window->list_page));
-        configure_window (window, _("All Recicpes"), "back", "title", "list", "list");
+        configure_window (window, _("All Recipes"), "back", "title", "list", "list");
 }
 
 void


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