From 0c871a69a5babbdd092f56614fa53fc70636f2aa Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 25 Aug 2011 18:49:13 +0200 Subject: Bug #655629 - "Path:" label for spool file should be "File:" label --- mail/em-account-editor.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 8163de88df..d84eb65abf 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2180,6 +2180,10 @@ emae_setup_service (EMAccountEditor *emae, if (service->provider && (service->provider->url_flags & CAMEL_URL_NEED_PATH_DIR) == 0) action = GTK_FILE_CHOOSER_ACTION_OPEN; + if (service->pathlabel) + gtk_label_set_text_with_mnemonic (GTK_LABEL (service->pathlabel), + action == GTK_FILE_CHOOSER_ACTION_OPEN ? _("Fil_e:") : _("_Path:")); + if (action != gtk_file_chooser_get_action (GTK_FILE_CHOOSER (service->pathentry))) gtk_file_chooser_set_action (GTK_FILE_CHOOSER (service->pathentry), action); -- cgit v1.2.3