diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-19 03:28:41 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-19 03:28:41 +0000 |
commit | 4dc9076224a0d93f0dc078124aa9fb94a669f16c (patch) | |
tree | c4fb116cfab0dab64f92e3183012515322b04b30 /languages/en.php | |
parent | 28a52ae81a78bff05d864dce226d3b1a9517a8c3 (diff) | |
download | elgg-4dc9076224a0d93f0dc078124aa9fb94a669f16c.tar.gz elgg-4dc9076224a0d93f0dc078124aa9fb94a669f16c.tar.bz2 |
saving widget position after moving
git-svn-id: http://code.elgg.org/elgg/trunk@7343 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-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 682c43333..a7185b0c5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -247,6 +247,7 @@ $english = array( 'widgets:save:failure' => "We could not save your widget. Please try again.", 'widgets:add:success' => "The widget was successfully added.", 'widgets:add:failure' => "We could not add your widget.", + 'widgets:move:failure' => "We could not store the new widget position.", 'widgets:handlernotfound' => 'This widget is either broken or has been disabled by the site administrator.', /** |