placessidebar: correct quotation marks in a new string

This commit is contained in:
Piotr Drąg 2017-11-05 21:16:59 +01:00
parent 2421e745b9
commit 08d5ed5875

View 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);