diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-01-23 17:58:12 -0800 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-01-23 17:58:12 -0800 |
commit | 4f83dc53bfd2dc8a4bf4cc968e9520a5451b9b46 (patch) | |
tree | c0427d1a1290c4666a71c90d6c1ce00be509a4e4 /languages | |
parent | 84f5b437767ee21c21cff025660a16839f9ac372 (diff) | |
download | elgg-4f83dc53bfd2dc8a4bf4cc968e9520a5451b9b46.tar.gz elgg-4f83dc53bfd2dc8a4bf4cc968e9520a5451b9b46.tar.bz2 |
Fixed typo in language string.
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 97867f922..bed9e4bb7 100644 --- a/languages/en.php +++ b/languages/en.php @@ -1037,7 +1037,7 @@ Once you have logged in, we highly recommend that you change your password. 'upgrading' => 'Upgrading...', 'upgrade:db' => 'Your database was upgraded.', - 'upgrade:core' => 'Your elgg installation was upgraded.', + 'upgrade:core' => 'Your Elgg installation was upgraded.', 'upgrade:unable_to_upgrade' => 'Unable to upgrade.', 'upgrade:unable_to_upgrade_info' => 'This installation cannot be upgraded because legacy views |