Fix typos

This commit is contained in:
Matthias Clasen
2006-09-25 14:48:31 +00:00
parent b6296750fe
commit e142731885
8 changed files with 14 additions and 8 deletions

View File

@ -961,7 +961,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
PROP_USE_FULL_PAGE,
g_param_spec_boolean ("use-full-page",
P_("Use full page"),
P_("TRUE if the the origin of the context should be at the corner of the page and not the corner of the imageable area"),
P_("TRUE if the origin of the context should be at the corner of the page and not the corner of the imageable area"),
FALSE,
GTK_PARAM_READWRITE));