aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-select-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-msg-composer-select-file.c')
-rw-r--r--composer/e-msg-composer-select-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer-select-file.c b/composer/e-msg-composer-select-file.c
index a6b7c284b8..3774c8949e 100644
--- a/composer/e-msg-composer-select-file.c
+++ b/composer/e-msg-composer-select-file.c
@@ -236,7 +236,7 @@ void e_msg_composer_select_file_attachments(struct _EMsgComposer *composer, GtkW
return;
}
- *w = get_selector (composer, _("Attach file(s)"), SELECTOR_MODE_MULTI|SELECTOR_SHOW_INLINE);
+ *w = get_selector (composer, _("Insert Attachment"), SELECTOR_MODE_MULTI|SELECTOR_SHOW_INLINE);
g_signal_connect(*w, "response", G_CALLBACK(select_attach_response), composer);
g_signal_connect(*w, "destroy", G_CALLBACK(gtk_widget_destroyed), w);
g_object_set_data((GObject *)*w, "callback", func);