diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-01 23:45:59 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-01 23:45:59 +0000 |
commit | d577476d798103dadf5b79fbf923831de9cb40d0 (patch) | |
tree | 6e9c3e24dcfd9fe35dcb958cf118d8180717cf2c | |
parent | a6cc4e9444b7c300172c43d1bc03ab91f838f230 (diff) | |
download | elgg-d577476d798103dadf5b79fbf923831de9cb40d0.tar.gz elgg-d577476d798103dadf5b79fbf923831de9cb40d0.tar.bz2 |
Fixing punctuation in upgrade strings.
git-svn-id: http://code.elgg.org/elgg/trunk@3982 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 61929d527..04910b927 100644 --- a/languages/en.php +++ b/languages/en.php @@ -759,9 +759,9 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:viewpathcache:description' => "The view filepath cache decreases the loading times of plugins by caching the location of their views.", 'installation:viewpathcache:label' => "Use view filepath cache (recommended)", - 'upgrading' => 'Upgrading', + 'upgrading' => 'Upgrading...', 'upgrade:db' => 'Your database was upgraded.', - 'upgrade:core' => 'Your elgg installation was upgraded', + 'upgrade:core' => 'Your elgg installation was upgraded.', /** * Welcome |