[Xfce4-commits] <thunar:nick/new-shortcuts-pane-model> Rename Disconnect to Eject on volumes.

Nick Schermer noreply at xfce.org
Sat Oct 6 12:52:01 CEST 2012


Updating branch refs/heads/nick/new-shortcuts-pane-model
         to 08df1859847a6284cee55a54e3dab3d5bda6d42e (commit)
       from 3149473f2454f2969923719f1db77db6e7705a0a (commit)

commit 08df1859847a6284cee55a54e3dab3d5bda6d42e
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Oct 6 12:50:24 2012 +0200

    Rename Disconnect to Eject on volumes.

 thunar/thunar-shortcuts-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index a26feb5..781ec92 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -940,7 +940,7 @@ thunar_shortcuts_view_context_menu (ThunarShortcutsView *view,
         gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
 
         /* append the "Disconnect" (eject + safely remove drive) item */
-        item = gtk_image_menu_item_new_with_mnemonic (_("Disconn_ect"));
+        item = gtk_image_menu_item_new_with_mnemonic (_("_Eject"));
         gtk_widget_set_visible (item, (volume_mount != NULL && g_mount_can_eject (volume_mount)) || g_volume_can_eject (volume));
         gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
         g_signal_connect_swapped (G_OBJECT (item), "activate", G_CALLBACK (thunar_shortcuts_view_disconnect), view);


More information about the Xfce4-commits mailing list