diff options
author | Daniel Boles <dboles.src@gmail.com> | 2019-06-24 18:00:57 +0100 |
---|---|---|
committer | Daniel Boles <dboles.src@gmail.com> | 2019-06-24 18:02:15 +0100 |
commit | 98cfbd37122b888bc4b3f162e9a2364dd3a84818 (patch) | |
tree | a2e5dd33ce158387e8139ea3848b4bec0673937e /gtk | |
parent | 112f49b23cac10e0406cee5f56c973bf36bb5f7c (diff) | |
download | gtk+-98cfbd37122b888bc4b3f162e9a2364dd3a84818.tar.gz |
ShortcutsSection: Fix tiny grammar-o "in for"→"in"
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkshortcutssection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcutssection.c b/gtk/gtkshortcutssection.c index 1837660a01..c3c758d7ee 100644 --- a/gtk/gtkshortcutssection.c +++ b/gtk/gtkshortcutssection.c @@ -368,7 +368,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"), |