From a9232ac70a293d3c311647dbcdb139e8c649152d Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 14 Jan 2008 10:59:29 +0000 Subject: 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 --- edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'edit.php') 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(); } -- cgit v1.2.3