[recipes] Spell the name Recipes consistently
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Spell the name Recipes consistently
- Date: Fri, 3 Mar 2017 20:52:30 +0000 (UTC)
commit 146ae7e0084dcace60445cc87539b259f5604039
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Mar 3 15:49:36 2017 -0500
Spell the name Recipes consistently
Several instances of the application name were not
capitalizes, as pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=779541
src/gr-recipe-exporter.c | 4 ++--
src/recipe-export-dialog.ui | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gr-recipe-exporter.c b/src/gr-recipe-exporter.c
index e5c9939..2061fb3 100644
--- a/src/gr-recipe-exporter.c
+++ b/src/gr-recipe-exporter.c
@@ -197,7 +197,7 @@ completed_cb (AutoarCompressor *compressor,
g_string_append (s, _("Hi,\n\nyou should try these recipes."));
}
g_string_append (s, "\n\n");
- g_string_append (s, _("(The attached file can be imported into GNOME recipes.)"));
+ g_string_append (s, _("(The attached file can be imported into GNOME Recipes.)"));
for (l = exporter->recipes; l; l = l->next) {
g_autofree char *formatted = NULL;
@@ -582,7 +582,7 @@ update_contribute_button (GrRecipeExporter *exporter)
if (readonly) {
gtk_widget_set_sensitive (exporter->contribute_button, FALSE);
gtk_widget_set_tooltip_text (exporter->contribute_button, _("Some of the selected recipes
are included\n"
- "with GNOME recipes. You should
only contribute\n"
+ "with GNOME Recipes. You should
only contribute\n"
"your own recipes."));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (exporter->friend_button), TRUE);
}
diff --git a/src/recipe-export-dialog.ui b/src/recipe-export-dialog.ui
index f4abce5..2e49cbf 100644
--- a/src/recipe-export-dialog.ui
+++ b/src/recipe-export-dialog.ui
@@ -61,7 +61,7 @@
<object class="GtkRadioButton" id="contribute_button">
<property name="visible">1</property>
<property name="group">friend_button</property>
- <property name="label" translatable="yes">Contribute to GNOME recipes</property>
+ <property name="label" translatable="yes">Contribute to GNOME Recipes</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]