From 08d5ed5875daeda7ddd74083047da9dc47648cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sun, 5 Nov 2017 21:16:59 +0100 Subject: [PATCH] placessidebar: correct quotation marks in a new string --- gtk/gtkplacessidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 016436b352..09e8f3574f 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -4691,7 +4691,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class) G_PARAM_READWRITE); properties[PROP_SHOW_STARRED_LOCATION] = g_param_spec_boolean ("show-starred-location", - P_("Show 'Starred Location'"), + P_("Show “Starred Location”"), P_("Whether the sidebar includes an item to show starred files"), FALSE, G_PARAM_READWRITE);