From 9dfbde97f536b48d86f269636b2967b114d25380 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 6 May 2005 17:57:28 +0000 Subject: Use "Attach" as the text for the "Open" action button in the file chooser 2005-05-06 Rodney Dawes * e-msg-composer-select-file.c (get_selector): Use "Attach" as the text for the "Open" action button in the file chooser svn path=/trunk/; revision=29309 --- composer/e-msg-composer-select-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer/e-msg-composer-select-file.c') diff --git a/composer/e-msg-composer-select-file.c b/composer/e-msg-composer-select-file.c index e93c39dcd2..b8d6c280de 100644 --- a/composer/e-msg-composer-select-file.c +++ b/composer/e-msg-composer-select-file.c @@ -77,7 +77,7 @@ get_selector(struct _EMsgComposer *composer, const char *title, guint32 flags) NULL, GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OPEN, GTK_RESPONSE_OK, + _("Attach"), GTK_RESPONSE_OK, NULL); gtk_dialog_set_default_response (GTK_DIALOG (selection), GTK_RESPONSE_OK); -- cgit v1.2.3