Make WordPress Core


Ignore:
Timestamp:
12/02/2010 09:45:47 PM (14 years ago)
Author:
markjaquith
Message:

Standardize around "Update" instead of "Upgrade." props RanYanivHartstein. props latz. fixes #14107

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r16660 r16696  
    25972597        $trans['activate']['plugin']   = array( __( 'Your attempt to activate this plugin: “%s” has failed.' ), 'use_id' );
    25982598        $trans['deactivate']['plugin'] = array( __( 'Your attempt to deactivate this plugin: “%s” has failed.' ), 'use_id' );
    2599         $trans['upgrade']['plugin']    = array( __( 'Your attempt to upgrade this plugin: “%s” has failed.' ), 'use_id' );
     2599        $trans['upgrade']['plugin']    = array( __( 'Your attempt to update this plugin: “%s” has failed.' ), 'use_id' );
    26002600
    26012601        $trans['add']['post']          = array( __( 'Your attempt to add this post has failed.' ), false );
Note: See TracChangeset for help on using the changeset viewer.