gtkplacessidebar: Rename favorites to starred

To have more consistency in the name. The same was done in Nautilus in
commit 27b039b37c.
This commit is contained in:
Carlos Soriano 2018-02-15 10:10:18 +01:00
parent 21f599eea4
commit 6cef9514ae

View File

@ -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);
}