diff options
author | plegall <plg@piwigo.org> | 2010-03-23 21:18:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-23 21:18:38 +0000 |
commit | 8b816a18f45bb698c5a84eaca50f4de1dcb903c1 (patch) | |
tree | e19684e026cf46a255e9a3b019f7736fd1a262ba /admin | |
parent | 5d854048e956d182d4e9e468c659a1ff2f3c7c15 (diff) |
bug fixed: the language keys used end with a whitespace, but it was removed
in the language file.
git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/site_manager.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/site_manager.tpl b/admin/themes/default/template/site_manager.tpl index 6dce1fec0..8e2ca0f9e 100644 --- a/admin/themes/default/template/site_manager.tpl +++ b/admin/themes/default/template/site_manager.tpl @@ -13,7 +13,7 @@ {/if} {if isset($local_listing)} -{'A local listing.xml file has been found for '|@translate} {$local_listing.URL} +{'A local listing.xml file has been found for'|@translate} {$local_listing.URL} {if isset($local_listing.CREATE)} <form action="{$F_ACTION}" method="post"> <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}" /> |