[nautilus/wip/corey/sidebar-menus: 3/3] sidebar: Make Add to Bookmarks consistent with the pathbar




commit d3d7c68984958f1e6b2d9770c68c18e2b27d7513
Author: Corey Berla <corey berla me>
Date:   Tue Aug 30 14:16:58 2022 -0700

    sidebar: Make Add to Bookmarks consistent with the pathbar

 src/gtk/nautilusgtkplacessidebar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtk/nautilusgtkplacessidebar.c b/src/gtk/nautilusgtkplacessidebar.c
index ff696528f..fbf1470ec 100644
--- a/src/gtk/nautilusgtkplacessidebar.c
+++ b/src/gtk/nautilusgtkplacessidebar.c
@@ -3331,7 +3331,7 @@ create_row_popover (NautilusGtkPlacesSidebar *sidebar,
   g_object_unref (section);
 
   section = g_menu_new ();
-  item = g_menu_item_new (_("_Add Bookmark"), "row.bookmark");
+  item = g_menu_item_new (_("Add to _Bookmarks"), "row.bookmark");
   g_menu_item_set_attribute (item, "hidden-when", "s", "action-disabled");
   g_menu_append_item (section, item);
   g_object_unref (item);


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