diff options
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r-- | gtk/gtkassistant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index 2a8e7d9927..31566b97bd 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -45,7 +45,7 @@ * * The GtkAssistant implementation of the #GtkBuildable interface * exposes the @action_area as internal children with the name - * "action_area". + * “action_area”. * * To add pages to an assistant in #GtkBuilder, simply add it as a * child to the GtkAssistant object, and set its child properties |