[Xfce4-commits] <thunar:master> Rename Disconnect to Eject on volumes.
Nick Schermer
noreply at xfce.org
Sat Oct 13 16:12:16 CEST 2012
Updating branch refs/heads/master
to e1c6c8431be2f9f3f2d93c7535246289234453cc (commit)
from 5ba3277d8f0b3cae402e507d7795ac56aa948a5a (commit)
commit e1c6c8431be2f9f3f2d93c7535246289234453cc
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