Changeset 875746
- Timestamp:
- 03/15/2014 02:23:12 AM (12 years ago)
- File:
-
- 1 edited
-
somatic-framework/trunk/inc/somaFunctions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
somatic-framework/trunk/inc/somaFunctions.php
r867453 r875746 615 615 function modify_core_language( $translated ) { 616 616 // $translated = str_replace( 'Publish', 'Ingest', $translated ); 617 $translated = str_replace( 'Dashboard', 'Overview', $translated );617 // $translated = str_replace( 'Dashboard', 'Overview', $translated ); 618 618 $translated = str_replace( 'featured', 'assigned', $translated ); 619 619 $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.