[gtk/piotrdrag/typo-assitant] assistant: Fix typo in a translatable string



commit 8e97dc03de1116fe1580262d9c4b7d66f35b30c3
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Feb 21 13:28:37 2019 +0100

    assistant: Fix typo in a translatable string

 gtk/gtkassistant.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c
index 35e4ce021f..8d3d67cd1d 100644
--- a/gtk/gtkassistant.c
+++ b/gtk/gtkassistant.c
@@ -622,7 +622,7 @@ gtk_assistant_class_init (GtkAssistantClass *class)
                                    PROP_PAGES,
                                    g_param_spec_object ("pages",
                                                         P_("Pages"),
-                                                        P_("The pages of the assitant."),
+                                                        P_("The pages of the assistant."),
                                                         G_TYPE_LIST_MODEL,
                                                         GTK_PARAM_READABLE));
 


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