diff options
author | Cam Cook <cam.cook@linux.com> | 2022-11-26 13:32:27 -0500 |
---|---|---|
committer | Cam Cook <cam.cook@linux.com> | 2022-11-26 13:32:27 -0500 |
commit | d19426d3995bd814c85f1c2c9a4794945fa90ac8 (patch) | |
tree | 693d27ac359f15894579091c71a3a82cee5f35e0 | |
parent | cb303895aac8af352fb5d252c7b855f4dba9f1f8 (diff) | |
download | gtk+-d19426d3995bd814c85f1c2c9a4794945fa90ac8.tar.gz |
| domain | current | suggestion |
|--------|---------|------------|
| [GtkLabel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklabel.c#L3142) | "the [property@Gtk.Label:use-underline property]" | "the [property@Gtk.Label:use-underline] property" |
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 6c76c85133..6119728040 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -3139,7 +3139,7 @@ gtk_label_recalculate (GtkLabel *self) * It overwrites any text that was there before. * * This function will clear any previously set mnemonic accelerators, - * and set the [property@Gtk.Label:use-underline property] to %FALSE as + * and set the [property@Gtk.Label:use-underline] property to %FALSE as * a side effect. * * This function will set the [property@Gtk.Label:use-markup] property |