Make WordPress Core

Changeset 3687


Ignore:
Timestamp:
04/04/2006 12:48:44 AM (19 years ago)
Author:
ryan
Message:

Spelling fix from nbachiyski. fixes #2632

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/templates.php

    r3665 r3687  
    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']);
Note: See TracChangeset for help on using the changeset viewer.