[gtk] gtkplacessidebar: Rename favorites to starred



commit 6cef9514ae1dce430e2edb9cf31b35f3f4778211
Author: Carlos Soriano <csoriano gnome org>
Date:   Thu Feb 15 10:10:18 2018 +0100

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]