Author Topic: [MOVED] 1.4 final - Missing lang  (Read 4344 times)

werner.wuerfel

  • Sr. Member
  • ****
  • Posts: 319
    • View Profile
[MOVED] 1.4 final - Missing lang
« on: May 20, 2009, 04:13:35 am »
In the Reporting by Conditions to new custom report for workspaces are missing lang:

Missing lang: field Projects created_by_id
Missing lang: field Projects updated_by_id

andy.hoyle

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: 1.4 final - Missing lang
« Reply #1 on: May 20, 2009, 10:51:18 am »
In lang.js:

This line is missing:

'file revision comments required': 'File revision comments are mandatory',

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: 1.4 final - Missing lang
« Reply #2 on: May 20, 2009, 12:02:37 pm »
To fix this you can change lines 214 and 215 in language/en_us/fields.php.
Change 'field Projects created_on_id' for 'field Projects created_by_id'
and 'field Projects updated_on_id' for 'field Projects updated_by_id'

thanks to both for reporting this !