diff options
author | cash <cash.costello@gmail.com> | 2011-11-18 22:32:01 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-28 21:44:01 -0500 |
commit | d1eb0c95aff69a20aecf837c0cedcbfe481706cd (patch) | |
tree | 0d1ba37dca43e8f45b4d74dc582f076952fdb744 /languages | |
parent | be4488de483e87d91a231ca06f5639861d4d14b3 (diff) | |
download | elgg-d1eb0c95aff69a20aecf837c0cedcbfe481706cd.tar.gz elgg-d1eb0c95aff69a20aecf837c0cedcbfe481706cd.tar.bz2 |
made status message a little more grammatical
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 62effb334..5964580ad 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1038,7 +1038,7 @@ Once you have logged in, we highly recommend that you change your password. 'email:settings' => "Email settings", 'email:address:label' => "Your email address", - 'email:save:success' => "New email address saved, verification requested.", + 'email:save:success' => "New email address saved. Verification is requested.", 'email:save:fail' => "Your new email address could not be saved.", 'friend:newfriend:subject' => "%s has made you a friend!", |