Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski.

git-svn-id: http://svn.automattic.com/wordpress/trunk@9835 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2008-11-21 18:16:44 +00:00
parent b6da4f7a13
commit 61fb6ea540
7 changed files with 11 additions and 11 deletions

View File

@@ -281,7 +281,7 @@ if ( 1 == count($posts) && is_singular() ) :
<table class="widefat" cellspacing="0">
<thead>
<tr>
<th scope="col" class="column-comment"><?php _e('Comment') ?></th>
<th scope="col" class="column-comment"><?php echo _c('Comment|noun') ?></th>
<th scope="col" class="column-author"><?php _e('Author') ?></th>
<th scope="col" class="column-date"><?php _e('Submitted') ?></th>
</tr>