From a8512e097a62977fb7dc4b8e64e89002459cace1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 24 Jul 2015 11:27:38 -0400 Subject: [PATCH] Fix a typo https://bugzilla.gnome.org/show_bug.cgi?id=752810 --- gtk/gtkplacessidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 3adca43a8a..3acd6424a8 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -4336,7 +4336,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class) properties[PROP_SHOW_TRASH] = g_param_spec_boolean ("show-trash", P_("Show 'Trash'"), - P_("Whether the sidebar includes a builtin shortcut to the Trash location"), + P_("Whether the sidebar includes a builtin shortcut to the Trash location"), TRUE, G_PARAM_READWRITE); properties[PROP_SHOW_OTHER_LOCATIONS] =