]> git.sur5r.net Git - glabels/commitdiff
Added translation context for "Select Product" (Bug #763003).
authorJim Evins <evins@snaught.com>
Sun, 6 Mar 2016 21:13:57 +0000 (16:13 -0500)
committerJim Evins <evins@snaught.com>
Sun, 6 Mar 2016 21:16:27 +0000 (16:16 -0500)
src/new-label-dialog.c

index 308974f159fdc197339ed7ec3df0596c996d76dd..07807ae6a417a4f636c84cb316f57e7b89188c1a 100644 (file)
@@ -209,7 +209,9 @@ gl_new_label_dialog_init (glNewLabelDialog *this)
         this->priv->builder = builder;
 
         gtk_assistant_append_page (GTK_ASSISTANT (this), this->priv->template_page_vbox);
-        gtk_assistant_set_page_title (GTK_ASSISTANT (this), this->priv->template_page_vbox, _("Select Product"));
+        gtk_assistant_set_page_title (GTK_ASSISTANT (this), this->priv->template_page_vbox,
+                                      C_("Title of dialog page to select a stationary product",
+                                         "Select Product"));
         gtk_assistant_set_page_type (GTK_ASSISTANT (this), this->priv->template_page_vbox, GTK_ASSISTANT_PAGE_INTRO);
         gtk_widget_override_background_color (page_1_banner_eventbox, GTK_STATE_NORMAL, &banner_color);
         logo_filename = g_build_filename (GLABELS_DATA_DIR, "pixmaps", "new-select.png", NULL);