From 17138e29b4d9a2cafa068266d0b706f4bf4de775 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 5 May 2009 14:36:33 -0400 Subject: Use 'Open with "$foo"' instead of 'Open in $foo...' For better consistency with Nautilus. --- widgets/misc/e-attachment-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-attachment-view.c b/widgets/misc/e-attachment-view.c index f8917d141c..f85fcdbace 100644 --- a/widgets/misc/e-attachment-view.c +++ b/widgets/misc/e-attachment-view.c @@ -643,7 +643,7 @@ attachment_view_update_actions (EAttachmentView *view) app_name = g_app_info_get_name (app_info); action_name = g_strdup_printf ("open-in-%s", app_executable); - action_label = g_strdup_printf (_("Open in %s..."), app_name); + action_label = g_strdup_printf (_("Open with \"%s\""), app_name); action_tooltip = g_strdup_printf ( _("Open this attachment in %s"), app_name); -- cgit v1.2.3