Download & Extend

The word "Reviews" on tab not in locale

Project:NodeReview
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Crell
Status:closed (fixed)

Issue Summary

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

Before:

169: 'title' => 'Reviews',

After:

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

Comments

#1

Version:master» 5.x-1.x-dev
Assigned to:Anonymous» Crell
Status:active» fixed

Right you are. Fixed.

#2

Status:fixed» closed (fixed)

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