diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ed19441..09bd56d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -152,6 +152,8 @@ <string name="save_to_bookmarks">Add to Bookmarks</string> <!-- Title of the dialog to bookmark a page --> <string name="bookmark_this_page">Bookmark this page</string> + <!-- Option on bookmark dialog to remove the bookmark [CHAR LIMIT=30] --> + <string name="remove">Remove</string> <!-- Menu item on the bookmarks page, to edit an existing bookmark --> <string name="edit_bookmark">Edit bookmark</string> <!-- Context menu item to create a shortcut to the bookmark on the desktop [CHAR LIMIT=50] --> |