gtkplacessidebar: Rename favorites to starred
authorCarlos Soriano <csoriano@gnome.org>
Thu, 15 Feb 2018 09:10:18 +0000 (10:10 +0100)
committerCarlos Soriano <csoriano@gnome.org>
Thu, 15 Feb 2018 09:16:10 +0000 (10:16 +0100)
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

index 7b68639446b83e8445c2262cb45480a2ae3bb3fd..4347c2a664314cc1f4449d3932b1e86c4447b2b0 100644 (file)
@@ -1075,12 +1075,13 @@ update_places (GtkPlacesSidebar *sidebar)
 
   if (sidebar->show_starred_location)
     {
-      mount_uri = "favorites:///";
+      mount_uri = "starred:///";
       start_icon = g_themed_icon_new_with_default_fallbacks ("starred-symbolic");
       add_place (sidebar, PLACES_STARRED_LOCATION,
                  SECTION_COMPUTER,
                  _("Starred"), start_icon, NULL, mount_uri,
                  NULL, NULL, NULL, NULL, 0,
+                /* TODO: Rename to 'Starred files' */
                  _("Favorite files"));
       g_object_unref (start_icon);
     }