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

git-svn-id: https://develop.svn.wordpress.org/trunk@7188 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-03-08 22:50:12 +00:00
parent 52ae4883ca
commit a15d268e25
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if ($allowed_files) :
<li><a href="theme-editor.php?file=<?php echo "$template_file"; ?>&amp;theme=<?php echo urlencode($theme) ?>"><?php echo $filedesc ?></a></li>
<?php endforeach; ?>
</ul>
<h4 style="margin-bottom: 0px;"><?php _e('Styles'); ?></h4>
<h4 style="margin-bottom: 0px;"><?php echo _c('Styles|Theme stylesheets in theme editor'); ?></h4>
<ul>
<?php foreach($themes[$theme]['Stylesheet Files'] as $style_file) :
$description = get_file_description($style_file);