diff options
author | Murray Cumming <murrayc@murrayc.com> | 2014-01-31 11:24:18 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2014-01-31 11:24:34 +0100 |
commit | a2208712505ed94c53c78a874a7a75a06be6c01a (patch) | |
tree | 27f0cbd3d10c0dabab3f5bc757ff0831c4420290 | |
parent | 4e066a750a1300aae2eb0ff7caa86cecf31ec935 (diff) | |
download | gtk+-a2208712505ed94c53c78a874a7a75a06be6c01a.tar.gz |
docs: Improve grammar in GtkHeaderBar overview
-rw-r--r-- | gtk/gtkheaderbar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkheaderbar.c b/gtk/gtkheaderbar.c index 36c7e70081..a1769f4732 100644 --- a/gtk/gtkheaderbar.c +++ b/gtk/gtkheaderbar.c @@ -37,8 +37,8 @@ * @Title: GtkHeaderBar * @See_also: #GtkBox, #GtkActionBar * - * GtkHeaderBar is similar to a horizontal #GtkBox, it allows to place - * children at the start or the end. In addition, it allows a title and + * GtkHeaderBar is similar to a horizontal #GtkBox. It allows children to + * be placed at the start or the end. In addition, it allows a title and * subtitle to be displayed. The title will be centered with respect to * the width of the box, even if the children at either side take up * different amounts of space. The height of the titlebar will be |