gettext Add. Props nbachiyski. fixes #3114

git-svn-id: https://develop.svn.wordpress.org/trunk@4170 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-09-07 17:30:06 +00:00
parent 8941e0dfbe
commit 3a5e26cad4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function newCatAddIn() {
newcatSub.type = 'button';
newcatSub.name = 'Button';
newcatSub.id = 'catadd';
newcatSub.value = 'Add';
newcatSub.value = '<?php _e('Add'); ?>';
newcatSub.onclick = function() { catList.ajaxAdder('category', 'categorydiv'); };
ajaxcat.appendChild(newcat);