diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-05 10:32:07 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-05 10:32:07 +0000 |
commit | bc7aca9a544ff85d31fdd551562a193adb2c1831 (patch) | |
tree | 1aa70c1dc2fc627a7a8afb1af965917eb053fdaf /languages | |
parent | 7cdcbdcc829c56ed66ba778519859ca782dac0f8 (diff) | |
download | elgg-bc7aca9a544ff85d31fdd551562a193adb2c1831.tar.gz elgg-bc7aca9a544ff85d31fdd551562a193adb2c1831.tar.bz2 |
Closes #950: Fixed missing translations.
git-svn-id: https://code.elgg.org/elgg/trunk@3261 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 84c12819f..f2525a74b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -808,7 +808,8 @@ Alternatively, you can enter your database settings below and we will try and do * Welcome
*/
- 'welcome' => "Welcome",
+ 'welcome' => "Welcome", + 'welcome:user' => 'Welcome %s',
'welcome_message' => "Welcome to this Elgg installation.",
/**
|