Fix typo (ellispize)

This commit is contained in:
Piotr Drąg 2016-02-06 21:59:02 +01:00
parent fb06444270
commit b74ba26a92

View File

@ -254,7 +254,7 @@ glade_gtk_label_update_lines_sensitivity (GObject * object)
glade_widget_property_set_sensitive (glabel, "lines", TRUE, NULL); glade_widget_property_set_sensitive (glabel, "lines", TRUE, NULL);
else else
glade_widget_property_set_sensitive (glabel, "lines", FALSE, glade_widget_property_set_sensitive (glabel, "lines", FALSE,
_("This property only applies if ellispize and wrapping are enabled")); _("This property only applies if ellipsize and wrapping are enabled"));
} }
static void static void