placessidebar: correct quotation marks in a new string
authorPiotr Drąg <piotrdrag@gmail.com>
Sun, 5 Nov 2017 20:16:59 +0000 (21:16 +0100)
committerPiotr Drąg <piotrdrag@gmail.com>
Sun, 5 Nov 2017 20:18:53 +0000 (21:18 +0100)
gtk/gtkplacessidebar.c

index 016436b352b682e8446b1e3359db42ab5cc21365..09e8f3574f810ff6507d75f30ec73830a47bfbf5 100644 (file)
@@ -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);