diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 18:56:43 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 18:56:43 +0000 |
commit | c15059c7cdc7e6c470e9590398f529e40b566621 (patch) | |
tree | 577c13995d8ff294749a57864f8fbbc160399e27 /languages | |
parent | d0614e9115a57eccac6319d08d2fcafcf71bbc1a (diff) | |
download | elgg-c15059c7cdc7e6c470e9590398f529e40b566621.tar.gz elgg-c15059c7cdc7e6c470e9590398f529e40b566621.tar.bz2 |
Default text for the dashboard.
git-svn-id: https://code.elgg.org/elgg/trunk@1264 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 8ee629d68..c2337c7fb 100644 --- a/languages/en.php +++ b/languages/en.php @@ -167,6 +167,7 @@ */
'dashboard' => "Dashboard",
+ 'dashboard:nowidgets' => "Your dashboard is your gateway into the site. Click 'Customise Layout' to add widgets to keep track of content and your life within the system.",
/**
* Profile
|