From: Piotr Drąg Date: Sun, 5 Nov 2017 20:16:59 +0000 (+0100) Subject: placessidebar: correct quotation marks in a new string X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~23^2~847 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08d5ed5875daeda7ddd74083047da9dc47648cf7;p=gtk4.git placessidebar: correct quotation marks in a new string --- 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);