[gtk/afranke-master-patch-25531] Fix a string




commit e16d108b68be99def507643403d4ff3ce18c6f18
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Tue Aug 11 14:05:58 2020 +0000

    Fix a string

 gtk/gtkgridlayout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkgridlayout.c b/gtk/gtkgridlayout.c
index 420b08d0ed..77cc7a4e38 100644
--- a/gtk/gtkgridlayout.c
+++ b/gtk/gtkgridlayout.c
@@ -165,7 +165,7 @@ gtk_grid_layout_child_class_init (GtkGridLayoutChildClass *klass)
   child_props[PROP_CHILD_COLUMN] =
     g_param_spec_int ("column",
                       P_("Column"),
-                      P_("The column place the child in"),
+                      P_("The column to place the child in"),
                       G_MININT, G_MAXINT, 0,
                       GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]