String freeze/HC freeze break request



Hi,

There were a couple of typos in the new strings added during the last
week. But I was on travel and couldn't commit them in time. Patch
attached. Can I get approval to commit them? Thanks.

-Srini.
diff --git a/capplet/settings/mail-account-view.c b/capplet/settings/mail-account-view.c
index e5fc96a..cb5b1ae 100644
--- a/capplet/settings/mail-account-view.c
+++ b/capplet/settings/mail-account-view.c
@@ -55,7 +55,7 @@ struct _dialog_errors {
 } dialog_errors[] = {
 	{ ERROR_NO_FULLNAME, N_("Please enter your full name.") },
 	{ ERROR_NO_EMAIL, N_("Please enter your email address.") },
-	{ ERROR_INVALID_EMAIL, N_("The email addres you have entered is invalid.") },
+	{ ERROR_INVALID_EMAIL, N_("The email address you have entered is invalid.") },
 };
 static guint signals[LAST_SIGNAL] = { 0 };
 
@@ -354,7 +354,7 @@ create_review (MailAccountView *view)
 
 #define IDENTITY_DETAIL N_("To use the email application you'll need to setup an account. Put your email address and password in below and we'll try and work out all the settings. If we can't do it automatically you'll need your server details as well.")
 
-#define RECEIVE_DETAIL N_("Sorry, we can't work out the settings to get your mail automatically. Please enter them below. We've tried  to make a start with the details you just entered but you may need to change them.")
+#define RECEIVE_DETAIL N_("Sorry, we can't work out the settings to get your mail automatically. Please enter them below. We've tried to make a start with the details you just entered but you may need to change them.")
 
 #define RECEIVE_OPT_DETAIL N_("You can specify more options to configure the account.")
 
diff --git a/plugins/startup-wizard/startup-wizard.c b/plugins/startup-wizard/startup-wizard.c
index 5b5c467..a38b2d9 100644
--- a/plugins/startup-wizard/startup-wizard.c
+++ b/plugins/startup-wizard/startup-wizard.c
@@ -116,7 +116,7 @@ startup_wizard (EPlugin *ep, ESEventTargetUpgrade *target)
 	start_page_label = GTK_LABEL (em_account_editor_get_widget (emae, "start_page_label"));
 	if (start_page_label) {
 		gtk_label_set_text (start_page_label, _(""
-				    "ZZZ ! Welcome to Evolution. The next few screens will allow Evolution to connect "
+				    "Welcome to Evolution. The next few screens will allow Evolution to connect "
 				    "to your email accounts, and to import files from other applications. \n"
 				    "\n"
 				    "Please click the \"Forward\" button to continue. "));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]