aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-19 02:12:32 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-19 02:12:32 +0000
commit373ff03a2b6315eea13a97065774972ad3713ab6 (patch)
treedf051d2a4c1d150fd75b2f3db2d4647a5e1ebda9 /languages
parent06f0e7b1aa5f6fd393d9a0b580f94709e29e10df (diff)
downloadelgg-373ff03a2b6315eea13a97065774972ad3713ab6.tar.gz
elgg-373ff03a2b6315eea13a97065774972ad3713ab6.tar.bz2
Fixes #2753: Default widgets merged into core as extensible admin section and updated to work with new widgets. Will need an upgrade for users running the old default widgets in 1.7.
git-svn-id: http://code.elgg.org/elgg/trunk@8302 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index e1eed9996..6232c97d9 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -265,7 +265,7 @@ $english = array(
'dashboard:nowidgets' => "Your dashboard lets you track the activity and content on this site that matters to you.",
'widgets:add' => 'Add widgets',
- 'widgets:add:description' => "Click on any widget button below to add it to your page.",
+ 'widgets:add:description' => "Click on any widget button below to add it to the page.",
'widgets:position:fixed' => '(Fixed position on page)',
'widget:unavailable' => 'You have already added this widget',
'widget:numbertodisplay' => 'Number of items to display',
@@ -650,6 +650,9 @@ $english = array(
'admin:add_menu_item' => 'Add a custom menu item',
'admin:add_menu_item:description' => 'Fill out the Display name and URL to add custom items to your navigation menu.',
+ 'admin:appearance:default_widgets' => 'Default Widgets',
+ 'admin:appearance:default_widgets:unknown_type' => 'Unknown widget type',
+
/**
* User settings
*/