From 6cef9514ae1dce430e2edb9cf31b35f3f4778211 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Thu, 15 Feb 2018 10:10:18 +0100 Subject: [PATCH] gtkplacessidebar: Rename favorites to starred To have more consistency in the name. The same was done in Nautilus in commit https://gitlab.gnome.org/GNOME/nautilus/commit/27b039b37c1149fc8abbef6a683dd939e6f2bf1f. --- gtk/gtkplacessidebar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 266ca450b9..bd40719e35 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -1048,9 +1048,9 @@ update_places (GtkPlacesSidebar *sidebar) start_icon = g_themed_icon_new_with_default_fallbacks ("starred-symbolic"); add_place (sidebar, PLACES_STARRED_LOCATION, SECTION_COMPUTER, - _("Starred"), start_icon, NULL, "favorites:///", + _("Starred"), start_icon, NULL, "starred:///", NULL, NULL, NULL, NULL, 0, - _("Favorite files")); + _("Starred files")); g_object_unref (start_icon); }