Row 169 in nodereview.module should include the t()-function as shown below.
Before:
169: 'title' => 'Reviews',
After:
169: 'title' => t('Reviews'),
Row 169 in nodereview.module should include the t()-function as shown below.
Before:
169: 'title' => 'Reviews',
After:
169: 'title' => t('Reviews'),
Comments
Comment #1
Crell commentedRight you are. Fixed.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.