[recipes] Fix button typo (Canel)
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Fix button typo (Canel)
- Date: Fri, 3 Mar 2017 00:18:39 +0000 (UTC)
commit 3bb1ce0999d8c34d6a94ee4158d35d28da7f662f
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Fri Mar 3 01:00:05 2017 +0100
Fix button typo (Canel)
https://bugzilla.gnome.org/show_bug.cgi?id=779503
src/gr-recipe-exporter.c | 2 +-
src/gr-shopping-page.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-recipe-exporter.c b/src/gr-recipe-exporter.c
index f6d6ff8..e5c9939 100644
--- a/src/gr-recipe-exporter.c
+++ b/src/gr-recipe-exporter.c
@@ -154,7 +154,7 @@ mail_done (GObject *source,
GTK_WINDOW (exporter->window),
GTK_FILE_CHOOSER_ACTION_SAVE,
_("Save"),
- _("Canel"));
+ _("Cancel"));
gtk_native_dialog_set_modal (GTK_NATIVE_DIALOG (file_chooser), TRUE);
g_signal_connect (file_chooser, "response", G_CALLBACK (file_chooser_response), exporter);
diff --git a/src/gr-shopping-page.c b/src/gr-shopping-page.c
index b4d99f1..b1e5411 100644
--- a/src/gr-shopping-page.c
+++ b/src/gr-shopping-page.c
@@ -719,7 +719,7 @@ mail_done (GObject *source,
GTK_WINDOW (window),
GTK_FILE_CHOOSER_ACTION_SAVE,
_("Save"),
- _("Canel"));
+ _("Cancel"));
gtk_native_dialog_set_modal (GTK_NATIVE_DIALOG (file_chooser), TRUE);
g_signal_connect (file_chooser, "response", G_CALLBACK (file_chooser_response), page);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]