[gtk/piotrdrag/placessidebar-typos] placessidebar: Fix a couple of typos and thinkos in menu labels



commit 810d567cc99e3a025cdd168d7364d2e08a315c9d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Mar 1 15:05:28 2020 +0100

    placessidebar: Fix a couple of typos and thinkos in menu labels

 gtk/gtkplacessidebar.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index ea307a2aca..8603ace35b 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -3349,7 +3349,7 @@ create_row_popover (GtkPlacesSidebar *sidebar,
 
   if (sidebar->open_flags & GTK_PLACES_OPEN_NEW_TAB)
     {
-      item = g_menu_item_new (_("_Open in New _Tab"), "row.open");
+      item = g_menu_item_new (_("Open in New _Tab"), "row.open");
       g_menu_item_set_action_and_target_value (item, "row.open",
                                                g_variant_new_int32 (GTK_PLACES_OPEN_NEW_TAB));
       g_menu_append_item (section, item);
@@ -3358,7 +3358,7 @@ create_row_popover (GtkPlacesSidebar *sidebar,
 
   if (sidebar->open_flags & GTK_PLACES_OPEN_NEW_WINDOW)
     {
-      item = g_menu_item_new (_("_Open in New _Tab"), "row.open");
+      item = g_menu_item_new (_("Open in New _Window"), "row.open");
       g_menu_item_set_action_and_target_value (item, "row.open",
                                                g_variant_new_int32 (GTK_PLACES_OPEN_NEW_WINDOW));
       g_menu_append_item (section, item);
@@ -3443,7 +3443,7 @@ create_row_popover (GtkPlacesSidebar *sidebar,
 
       if (ss_type == G_DRIVE_START_STOP_TYPE_SHUTDOWN) stop_label = _("_Safely Remove Drive");
       else if (ss_type == G_DRIVE_START_STOP_TYPE_NETWORK) stop_label = _("_Disconnect Drive");
-      else if (ss_type == G_DRIVE_START_STOP_TYPE_MULTIDISK) stop_label = _("Stop Multi-disk Device");
+      else if (ss_type == G_DRIVE_START_STOP_TYPE_MULTIDISK) stop_label = _("_Stop Multi-disk Device");
       else if (ss_type == G_DRIVE_START_STOP_TYPE_PASSWORD) stop_label = _("_Lock Device");
 
       item = g_menu_item_new (stop_label, "row.stop");


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