diff --git a/gtk/gtktoolpalette.c b/gtk/gtktoolpalette.c index 5c38781f38..ac5a5a7773 100644 --- a/gtk/gtktoolpalette.c +++ b/gtk/gtktoolpalette.c @@ -43,12 +43,12 @@ * @Short_description: A tool palette with categories * @Title: GtkToolPalette * - * A #GtkToolPalette allows it to add #GtkToolItems to a palette-like + * A #GtkToolPalette allows you to add #GtkToolItems to a palette-like * container with different categories and drag and drop support. * * A #GtkToolPalette is created with a call to gtk_tool_palette_new(). * - * #GtkToolItems cannot be added directly to a #GtkToolPalette, + * #GtkToolItems cannot be added directly to a #GtkToolPalette - * instead they are added to a #GtkToolItemGroup which can than be added * to a #GtkToolPalette. To add a #GtkToolItemGroup to a #GtkToolPalette, * use gtk_container_add().