mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
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:
parent
21f599eea4
commit
6cef9514ae
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user