[evolution] Bug#636214 String changes
- From: Punit Jain <jpunit src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug#636214 String changes
- Date: Tue, 15 Nov 2011 07:38:58 +0000 (UTC)
commit 604948f1b5522c020128106eb4466af134648d83
Author: Punit Jain <jpunit novell com>
Date: Tue Nov 15 13:11:55 2011 +0530
Bug#636214 String changes
mail/em-account-editor.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index b196da0..0ef2378 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -2824,8 +2824,8 @@ emae_create_basic_assistant_page (EMAccountEditor *emae,
title = _("Sending Email");
label = _("Please enter information about the way you will send mail. If you are not sure, ask your system administrator or Internet Service Provider.");
} else if (g_ascii_strcasecmp (page_id, "review_page") == 0) {
- title = _("Review Account");
- label = _("Time to check things over before we try and connect to the server and fetch your mail.");
+ title = _("Account Summary");
+ label = _("This is a summary of the settings which will be used to access your mail.");
} else if (g_ascii_strcasecmp (page_id, "finish_page") == 0) {
page_type = GTK_ASSISTANT_PAGE_CONFIRM;
fill_space = TRUE;
@@ -4616,9 +4616,9 @@ emae_check_complete (EConfig *ec,
gtk_label_set_text (emae->priv->receive_name, url->user);
g_object_get (emae->priv->source.settings, "security-method", &method, NULL);
if (method == CAMEL_NETWORK_SECURITY_METHOD_SSL_ON_ALTERNATE_PORT)
- enc = g_strdup (_("Always(SSL)"));
+ enc = g_strdup (_("Always (SSL)"));
else if (method == CAMEL_NETWORK_SECURITY_METHOD_STARTTLS_ON_STANDARD_PORT)
- enc = g_strdup (_("When possible(TLS)"));
+ enc = g_strdup (_("When possible (TLS)"));
else
enc = g_strdup (_("Never"));
@@ -4632,9 +4632,9 @@ emae_check_complete (EConfig *ec,
gtk_label_set_text (emae->priv->send_name, url->user);
g_object_get (emae->priv->transport.settings, "security-method", &method, NULL);
if (method == CAMEL_NETWORK_SECURITY_METHOD_SSL_ON_ALTERNATE_PORT)
- enc = g_strdup (_("Always(SSL)"));
+ enc = g_strdup (_("Always (SSL)"));
else if (method == CAMEL_NETWORK_SECURITY_METHOD_STARTTLS_ON_STANDARD_PORT)
- enc = g_strdup (_("When possible(TLS)"));
+ enc = g_strdup (_("When possible (TLS)"));
else
enc = g_strdup (_("Never"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]