Author Topic: typo "file fize" in ImageChooser.js  (Read 6064 times)

nexxer

  • Newbie
  • *
  • Posts: 8
    • View Profile
typo "file fize" in ImageChooser.js
« on: February 16, 2009, 11:14:44 am »
line 105 in public/assets/javascript/og/ImageChooser.js

data : [['name', lang('name')],['size', lang('file fize')],['lastmod', lang('last modified')]]

should be "file size" not "file fize". It can't find that string in lang.js so it shows an error in the imagechooser filter dropdown.

Cheers

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: typo "file fize" in ImageChooser.js
« Reply #1 on: February 17, 2009, 10:04:49 am »
Thank you very much