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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-03-08 22:50:12 +00:00
parent 7ffcd8c7d6
commit 0fa353c714
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);