aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-06 02:36:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-06 02:36:33 +0800
commit17138e29b4d9a2cafa068266d0b706f4bf4de775 (patch)
tree2a018333f936000edc0e5a0526725f6d8ef18b15 /widgets
parent662ede69bbdfa5fe4b2aca2e412303fc20190ad7 (diff)
downloadgsoc2013-evolution-17138e29b4d9a2cafa068266d0b706f4bf4de775.tar
gsoc2013-evolution-17138e29b4d9a2cafa068266d0b706f4bf4de775.tar.gz
gsoc2013-evolution-17138e29b4d9a2cafa068266d0b706f4bf4de775.tar.bz2
gsoc2013-evolution-17138e29b4d9a2cafa068266d0b706f4bf4de775.tar.lz
gsoc2013-evolution-17138e29b4d9a2cafa068266d0b706f4bf4de775.tar.xz
gsoc2013-evolution-17138e29b4d9a2cafa068266d0b706f4bf4de775.tar.zst
gsoc2013-evolution-17138e29b4d9a2cafa068266d0b706f4bf4de775.zip
Use 'Open with "$foo"' instead of 'Open in $foo...'
For better consistency with Nautilus.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/e-attachment-view.c2
1 files changed, 1 insertions, 1 deletions
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);