Changeset 7188

Show
Ignore:
Timestamp:
03/08/08 22:50:12 (9 months ago)
Author:
westi
Message:

Add context to translated string. Fixes #6134 props RanYanivHartstein?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/theme-editor.php

    r7130 r7188  
    133133<?php endforeach; ?> 
    134134    </ul> 
    135     <h4 style="margin-bottom: 0px;"><?php _e('Styles'); ?></h4> 
     135    <h4 style="margin-bottom: 0px;"><?php echo _c('Styles|Theme stylesheets in theme editor'); ?></h4> 
    136136    <ul> 
    137137<?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) :