Skip to content

Commit

Permalink
ShortcutsSection: Fix tiny grammar-o "in for"→"in"
Browse files Browse the repository at this point in the history
  • Loading branch information
db-src committed Jun 24, 2019
1 parent a5cf2c4 commit a25aa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/gtkshortcutssection.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ gtk_shortcuts_section_class_init (GtkShortcutsSectionClass *klass)
* The maximum number of lines to allow per column. This property can
* be used to influence how the groups in this section are distributed
* across pages and columns. The default value of 15 should work in
* for most cases.
* most cases.
*/
properties[PROP_MAX_HEIGHT] =
g_param_spec_uint ("max-height", P_("Maximum Height"), P_("Maximum Height"),
Expand Down

0 comments on commit a25aa20

Please sign in to comment.