git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@82845 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
jmash 2008-12-29 15:03:10 +00:00
parent 868f49375c
commit 03b4a15101
1 changed files with 3 additions and 3 deletions

View File

@ -172,9 +172,9 @@ function pageMash_add_css(){
});
<?php endif; ?>
window.pmash = {
"update": "Database Updated",
"showInfo": "Show Further Info Poo",
"hideInfo": "Hide Further Info"
"update": "<?php _e('Database Updated') ?>",
"showInfo": "<?php _e('Show Further Info') ?>",
"hideInfo": "<?php _e('Hide Further Info') ?>"
}
</script>
<?php