[Xfce4-commits] <xfce4-mount-plugin:master> fix bug #4464 to use exo-open as recommendation for file-managers

Fabian Nowak noreply at xfce.org
Tue Sep 14 15:54:01 CEST 2010


Updating branch refs/heads/master
         to 37011b8030fd1ce8f19e5db713867868875efc73 (commit)
       from 34e7cee72c8f0667f07fa97555fe3da857dfe364 (commit)

commit 37011b8030fd1ce8f19e5db713867868875efc73
Author: Fabian Nowak <timystery at arcor.de>
Date:   Tue Sep 14 15:54:58 2010 +0200

    fix bug #4464 to use exo-open as recommendation for file-managers

 panel-plugin/mount-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/mount-plugin.c b/panel-plugin/mount-plugin.c
index 9e92754..72a9325 100644
--- a/panel-plugin/mount-plugin.c
+++ b/panel-plugin/mount-plugin.c
@@ -832,7 +832,7 @@ mounter_create_options (XfcePanelPlugin *plugin, t_mounter *mt)
     gtk_tooltips_set_tip ( GTK_TOOLTIPS(tip), _eventbox,
         _("This command will be executed after mounting the device with the "
         "mount point of the device as argument.\n"
-        "If you are unsure what to insert, try \"thunar %m\".\n"
+        "If you are unsure what to insert, try \"exo-open %m\".\n"
         "'%d' can be used to specify the device, '%m' for the mountpoint."),
         NULL);
 



More information about the Xfce4-commits mailing list