This is an automated email from the git hooks/post-receive script.

alex pushed a 
commit to branch 
master
in repository xfce/thunar.

commit 773ea887b8907722012eecd0d3c8c90765a0310c
Author: Theo Linkspfeifer <lastonestand...@tutanota.com>
Date:   Wed Mar 18 19:57:52 2020 +0100

    Rename "Disconnect" context menu entry in side pane (Bug #16558)
    
    ...to "Unmount" which is commonly used instead.
---
 thunar/thunar-shortcuts-view.c | 4 ++--
 thunar/thunar-tree-view.c      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index f2ef48e..1ff455f 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -1202,8 +1202,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
         gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
         gtk_widget_show (item);
 
-        /* append the "Disconnect" item */
-        item = gtk_menu_item_new_with_mnemonic (_("Disconn_ect"));
+        /* append the "Unmount" item */
+        item = gtk_menu_item_new_with_mnemonic (_("_Unmount"));
         gtk_widget_set_sensitive (item, thunar_device_can_eject (device));
         g_signal_connect_swapped (G_OBJECT (item), "activate", G_CALLBACK 
(thunar_shortcuts_view_eject), view);
         gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
diff --git a/thunar/thunar-tree-view.c b/thunar/thunar-tree-view.c
index 5dc1076..e3fc894 100644
--- a/thunar/thunar-tree-view.c
+++ b/thunar/thunar-tree-view.c
@@ -1346,8 +1346,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS
         }
       else
         {
-          /* append the "Disconnect" menu action */
-          item = gtk_menu_item_new_with_mnemonic (_("Disconn_ect"));
+          /* append the "Unmount" menu action */
+          item = gtk_menu_item_new_with_mnemonic (_("_Unmount"));
           gtk_widget_set_sensitive (item, thunar_device_can_eject (device));
           g_signal_connect_swapped (G_OBJECT (item), "activate", G_CALLBACK 
(thunar_tree_view_action_eject), view);
           gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to