The word "Reviews" on tab not in locale
enzipher - November 5, 2007 - 19:12
| Project: | NodeReview |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Crell |
| Status: | closed |
Jump to:
Description
Row 169 in nodereview.module should include the t()-function as shown below.
Before:
169: 'title' => 'Reviews',After:
169: 'title' => t('Reviews'),
#1
Right you are. Fixed.
#2
Automatically closed -- issue fixed for two weeks with no activity.