summaryrefslogtreecommitdiffstatshomepage
path: root/edit.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-01-14 10:59:29 +0000
committerGravatar mensonge2008-01-14 10:59:29 +0000
commita9232ac70a293d3c311647dbcdb139e8c649152d (patch)
tree5caa6f723076dbf2b375eb34fcf199a8a138810d /edit.php
parent3265b349197a07152dd0650444c205a267697228 (diff)
downloadscuttle-a9232ac70a293d3c311647dbcdb139e8c649152d.tar.gz
scuttle-a9232ac70a293d3c311647dbcdb139e8c649152d.zip
Translation: improve French translation + add shell script to extract strings
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@13 b3834d28-1941-0410-a4f8-b48e95affb8f
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();
}