Plugin Directory

Changeset 875746


Ignore:
Timestamp:
03/15/2014 02:23:12 AM (12 years ago)
Author:
somatic
Message:

tired of calling the dashboard "overview"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • somatic-framework/trunk/inc/somaFunctions.php

    r867453 r875746  
    615615    function modify_core_language( $translated ) {
    616616         // $translated = str_replace( 'Publish', 'Ingest', $translated );
    617          $translated = str_replace( 'Dashboard', 'Overview', $translated );
     617         // $translated = str_replace( 'Dashboard', 'Overview', $translated );
    618618         $translated = str_replace( 'featured', 'assigned', $translated );
    619619         $translated = str_replace( 'Start typing the title of a post', 'Start typing the title of an asset', $translated );    // p2p metabox
Note: See TracChangeset for help on using the changeset viewer.