assistant: Fix typo in a translatable string

This commit is contained in:
Piotr Drąg 2019-02-21 13:28:37 +01:00
parent 5d208071f5
commit 8e97dc03de

View File

@ -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));