Make WordPress Core


Ignore:
Timestamp:
12/12/2005 10:48:30 PM (20 years ago)
Author:
ryan
Message:

i18n updates from nbachiyski. fixes #2069

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-editor.php

    r3082 r3295  
    3636
    3737    if ( !current_user_can('edit_plugins') )
    38         die(__('<p>You have do not have sufficient permissions to edit templates for this blog.</p>'));
     38    die('<p>'.__('You have do not have sufficient permissions to edit templates for this blog.').'</p>');
    3939
    4040    $newcontent = stripslashes($_POST['newcontent']);
     
    5656    require_once('admin-header.php');
    5757    if ( !current_user_can('edit_plugins') )
    58         die(__('<p>You have do not have sufficient permissions to edit plugins for this blog.</p>'));
     58    die('<p>'.__('You have do not have sufficient permissions to edit plugins for this blog.').'</p>');
    5959
    6060    update_recently_edited("wp-content/plugins/$file");
Note: See TracChangeset for help on using the changeset viewer.