mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
fixes #2269 typo in template for language key
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
{footer_script}
|
{footer_script}
|
||||||
const str_confirm_msg = "{"Yes, I am sure"|@translate}";
|
const str_confirm_msg = "{"Yes, I am sure"|@translate}";
|
||||||
const str_cancel_msg = "{"No, I have chaged my mind"|@translate}";
|
const str_cancel_msg = "{"No, I have changed my mind"|@translate}";
|
||||||
const str_install_title = "{'Are you sure you want to install the plugin "%s"?'|@translate|@escape:'javascript'}";
|
const str_install_title = "{'Are you sure you want to install the plugin "%s"?'|@translate|@escape:'javascript'}";
|
||||||
const strs_certification = {
|
const strs_certification = {
|
||||||
"-1" : "{'This plugin is incompatible with your version'|@translate}",
|
"-1" : "{'This plugin is incompatible with your version'|@translate}",
|
||||||
@@ -212,4 +212,4 @@ const str_from_begining = "{"since the beginning"|@translate}";
|
|||||||
<a href="{$BETA_URL}" class="buttonLike icon-fire">{'Show beta test plugins'|@translate}</a>
|
<a href="{$BETA_URL}" class="buttonLike icon-fire">{'Show beta test plugins'|@translate}</a>
|
||||||
{/if}
|
{/if}
|
||||||
</p>
|
</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user