mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-11-20 00:03:16 -05:00
Fix typo (ellispize)
This commit is contained in:
parent
fb06444270
commit
b74ba26a92
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user