Make WordPress Core

Ticket #2632: templates.spelling.diff

File templates.spelling.diff, 563 bytes (added by nbachiyski, 19 years ago)
  • wp-admin/templates.php

     
    3939        check_admin_referer();
    4040
    4141        if ( ! current_user_can('edit_files') )
    42                 die('<p>'.__('You have do not have sufficient permissions to edit templates for this blog.').'</p>');
     42                die('<p>'.__('You do not have sufficient permissions to edit templates for this blog.').'</p>');
    4343
    4444        $newcontent = stripslashes($_POST['newcontent']);
    4545        if (is_writeable($real_file)) {