Index: translation_overview.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/translation_overview/translation_overview.module,v retrieving revision 1.6 diff -u -p -r1.6 translation_overview.module --- translation_overview.module 8 Oct 2008 00:46:33 -0000 1.6 +++ translation_overview.module 11 Oct 2008 10:46:46 -0000 @@ -298,7 +298,7 @@ function theme_translation_overview_tran $priorities = array( TRANSLATION_OVERVIEW_HIGH => array('display' => t('High priority'), 'css' => 'trov-priority-high'), - TRANSLATION_OVERVIEW_NORMAL => array('display' => t('Normal'), 'css' => 'trov-priority-normal'), + TRANSLATION_OVERVIEW_NORMAL => array('display' => t('Normal priority'), 'css' => 'trov-priority-normal'), TRANSLATION_OVERVIEW_IGNORE => array('display' => t('Ignored'), 'css' => 'trov-priority-ignore'), );