mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
fixes #2269 typo in template for language key
This commit is contained in:
parent
74f606e4a8
commit
d0fafcfc13
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
{footer_script}
|
||||
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 strs_certification = {
|
||||
"-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>
|
||||
{/if}
|
||||
</p>
|
||||
{/if}
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue