diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-17 22:08:39 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-17 22:08:39 +0000 |
commit | b128ec82c4bd149beb6f4436b030e288ae75fb1d (patch) | |
tree | 7d63a7b8e473073c95bff122f006f28983e1ee21 /languages/en.php | |
parent | fc7f4e880ddfed812438fabc791c5f5056f541e6 (diff) | |
download | elgg-b128ec82c4bd149beb6f4436b030e288ae75fb1d.tar.gz elgg-b128ec82c4bd149beb6f4436b030e288ae75fb1d.tar.bz2 |
Refs #1793 - added a basic add new widgets view - it is not wired up yet
git-svn-id: http://code.elgg.org/elgg/trunk@7333 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/languages/en.php b/languages/en.php index ad6461fd0..e78d01c81 100644 --- a/languages/en.php +++ b/languages/en.php @@ -227,10 +227,8 @@ $english = array( 'dashboard:configure' => "Edit page", 'dashboard:nowidgets' => "Your dashboard is your gateway into the site. Click 'Edit page' to add widgets to keep track of content and your life within the system.", - 'widgets:add' => 'Add widgets to your page', - 'widgets:add:description' => "Choose the features you want to add to your page by dragging them from the <b>Widget gallery</b> on the right, to any of the three widget areas below, and position them where you would like them to appear. - -To remove a widget drag it back to the <b>Widget gallery</b>.", + 'widgets:add' => 'Add widgets', + 'widgets:add:description' => "Click on any widget button below to add it to your page.", 'widgets:position:fixed' => '(Fixed position on page)', 'widgets' => "Widgets", |