Row 169 in nodereview.module should include the t()-function as shown below.

Before:

169: 'title' => 'Reviews',

After:

169: 'title' => t('Reviews'),

Comments

Crell’s picture

Version: master » 5.x-1.x-dev
Assigned: Unassigned » Crell
Status: Active » Fixed

Right you are. Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.