summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-07-24 11:27:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-07-24 11:28:59 -0400
commita8512e097a62977fb7dc4b8e64e89002459cace1 (patch)
tree98a11a542f2b1fd7e592526e3385e187c8303990 /gtk
parent76c1337675ad0e3136d6c89b0d1dae6c1edee6c7 (diff)
downloadgtk+-a8512e097a62977fb7dc4b8e64e89002459cace1.tar.gz
Fix a typo
https://bugzilla.gnome.org/show_bug.cgi?id=752810
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkplacessidebar.c2
1 files changed, 1 insertions, 1 deletions
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] =