From e40f590bbd3b2cc1a6c41e7ccf5f05c0e92b65d5 Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 9 Jul 2006 09:04:22 +0000 Subject: Resolved Issue ID 0000447: o Fix Incorrect Tag Translations git-svn-id: http://piwigo.org/svn/trunk@1452 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/tags.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'admin/tags.php') diff --git a/admin/tags.php b/admin/tags.php index 8f3ca5bee..21000de98 100644 --- a/admin/tags.php +++ b/admin/tags.php @@ -78,7 +78,7 @@ SELECT id, name array_push( $page['errors'], sprintf( - l10n('Tag "%s" already exist'), + l10n('Tag "%s" already exists'), $tag_name ) ); @@ -158,7 +158,7 @@ if (isset($_POST['add']) and !empty($_POST['add_tag'])) $tag_name = mysql_escape_string($_POST['add_tag']); } - // does the tag already exist? + // does the tag already exists? $query = ' SELECT id FROM '.TAGS_TABLE.' @@ -192,7 +192,7 @@ SELECT id array_push( $page['errors'], sprintf( - l10n('Tag "%s" already exist'), + l10n('Tag "%s" already exists'), $tag_name ) ); -- cgit v1.2.3