aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r--mail/mail-account-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c
index 6e5328ef87..3d1065acd6 100644
--- a/mail/mail-account-gui.c
+++ b/mail/mail-account-gui.c
@@ -1780,7 +1780,7 @@ browse_clicked (GnomeFileEntry *fentry, MailAccountGui *gui)
char *path;
if (GTK_IS_FILE_CHOOSER (fentry->fsw)) {
- check = gtk_check_button_new_with_label (_("Select individual file"));
+ check = gtk_check_button_new_with_label (_("Select a file"));
g_signal_connect (check, "toggled", G_CALLBACK (select_file_toggled), fentry->fsw);
gtk_widget_show (check);
gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER (fentry->fsw), check);