diff options
Diffstat (limited to 'admin/themes')
-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}" /> |