Fix typo in gtkprintoperation

Reported by Andika Triwidada in
https://bugzilla.gnome.org/show_bug.cgi?id=618093
This commit is contained in:
Javier Jardón 2010-05-08 16:36:38 +02:00
parent 41d36aef3c
commit 7b2024c1bd

View File

@ -1294,7 +1294,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
PROP_HAS_SELECTION,
g_param_spec_boolean ("has-selection",
P_("Has Selection"),
P_("TRUE if a selecion exists."),
P_("TRUE if a selection exists."),
FALSE,
GTK_PARAM_READWRITE));