diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-03 08:24:19 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-03 08:24:19 -0400 |
commit | 7f8b7adeb346c8d07e2da4b72e9f78e8ffcb82b9 (patch) | |
tree | afe696440cc41dc715fa066a92e1c1818b69ddf2 /mod/bookmarks/languages/en.php | |
parent | 21f67d2117ed460c7d8374c9b42348e2eea2b0f4 (diff) | |
download | elgg-7f8b7adeb346c8d07e2da4b72e9f78e8ffcb82b9.tar.gz elgg-7f8b7adeb346c8d07e2da4b72e9f78e8ffcb82b9.tar.bz2 |
Refs #4027 updated all rss views except for groups
Diffstat (limited to 'mod/bookmarks/languages/en.php')
-rw-r--r-- | mod/bookmarks/languages/en.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/bookmarks/languages/en.php b/mod/bookmarks/languages/en.php index 0478e292f..2c589c207 100644 --- a/mod/bookmarks/languages/en.php +++ b/mod/bookmarks/languages/en.php @@ -68,14 +68,14 @@ $english = array( */ 'bookmarks:save:success' => "Your item was successfully bookmarked.", - 'bookmarks:delete:success' => "Your bookmarked item was successfully deleted.", + 'bookmarks:delete:success' => "Your bookmark was deleted.", /** * Error messages */ 'bookmarks:save:failed' => "Your bookmark could not be saved. Make sure you've entered a title and address and then try again.", - 'bookmarks:save:invalid' => "The address of the bookmark is invalid and could nto be saved.", + 'bookmarks:save:invalid' => "The address of the bookmark is invalid and could not be saved.", 'bookmarks:delete:failed' => "Your bookmark could not be deleted. Please try again.", ); |