Changeset 4170

Show
Ignore:
Timestamp:
09/07/06 17:30:06 (2 years ago)
Author:
ryan
Message:

gettext Add. Props nbachiyski. fixes #3114

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/cat-js.php

    r4163 r4170  
    2222    newcatSub.name = 'Button'; 
    2323    newcatSub.id = 'catadd'; 
    24     newcatSub.value = 'Add'; 
     24    newcatSub.value = '<?php _e('Add'); ?>'; 
    2525    newcatSub.onclick = function() { catList.ajaxAdder('category', 'categorydiv'); }; 
    2626