summaryrefslogtreecommitdiffstatshomepage
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index 028e8ba..94af87c 100644
--- a/edit.php
+++ b/edit.php
@@ -75,7 +75,7 @@ if (!($row = $bookmarkservice->getBookmark(intval($bookmark), true))) {
}
exit();
} else {
- $tplVars['error'] = T_('Failed to delete the bookmark');
+ $tplVars['error'] = T_('Failed to delete bookmark');
$templateservice->loadTemplate('error.500.tpl', $tplVars);
exit();
}