mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-02 11:32:52 +02:00
Feature 1451 : fix mispelling and missing translations
git-svn-id: http://piwigo.org/svn/trunk@5036 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1666,7 +1666,7 @@ SELECT id
|
||||
|
||||
return array(
|
||||
'info' => sprintf(
|
||||
l10n('Tag \"%s\" was added'),
|
||||
l10n('Tag "%s" was added'),
|
||||
stripslashes($tag_name)
|
||||
),
|
||||
'id' => $inserted_id,
|
||||
@@ -1676,7 +1676,7 @@ SELECT id
|
||||
{
|
||||
return array(
|
||||
'error' => sprintf(
|
||||
l10n('Tag \"%s\" already exists'),
|
||||
l10n('Tag "%s" already exists'),
|
||||
stripslashes($tag_name)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user