diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-20 23:46:46 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-20 23:46:46 +0000 |
commit | c3332e10712c0ec7f3540e54c794fa4dae3532f9 (patch) | |
tree | 900952540757a2ee85ce71b291095cf8d65a7891 /mod/bookmarks/languages | |
parent | 7bbb0ca2fb7e205074a9009f7604cb2c289cca73 (diff) | |
download | elgg-c3332e10712c0ec7f3540e54c794fa4dae3532f9.tar.gz elgg-c3332e10712c0ec7f3540e54c794fa4dae3532f9.tar.bz2 |
Refs #2551 - merged [7051] and [7053] into trunk
git-svn-id: http://code.elgg.org/elgg/trunk@7112 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/bookmarks/languages')
-rw-r--r-- | mod/bookmarks/languages/en.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mod/bookmarks/languages/en.php b/mod/bookmarks/languages/en.php index 6f64e7e16..e0c4a9e08 100644 --- a/mod/bookmarks/languages/en.php +++ b/mod/bookmarks/languages/en.php @@ -69,6 +69,8 @@ $english = array( 'bookmarks:bookmarklet:description:conclusion' => "You can then bookmark any webpage you visit by clicking the button in your browsers toolbar.", + 'bookmarks:no_title' => 'No title', + /** * Status messages */ @@ -80,8 +82,8 @@ $english = array( * Error messages */ - 'bookmarks:save:failed' => "Your bookmarked item could not be saved. Please try again.", - 'bookmarks:delete:failed' => "Your bookmarked item could not be deleted. Please try again.", + 'bookmarks:save:failed' => "Your bookmarked item could not be saved. Make sure you've entered a title and address and then try again.", + 'bookmarks:delete:failed' => "Your bookmarked item could not be deleted.", ); |