From 373ff03a2b6315eea13a97065774972ad3713ab6 Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 19 Feb 2011 02:12:32 +0000 Subject: 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 --- languages/en.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'languages/en.php') 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 */ -- cgit v1.2.3