Author Topic: inconsequence in using variables (very-very low importance) :)  (Read 4470 times)

Kirion

  • Newbie
  • *
  • Posts: 2
    • View Profile
inconsequence in using variables (very-very low importance) :)
« on: October 07, 2008, 06:12:50 pm »
Hello.

I'm trying to translate opengoo 0.8 to Russian. And I found out that var "title" and "user title" used inconsequently.

1) On page "Account" (top right button) it is "title". When I use action "Update profile" on this page we can see "user title".

2) When I create a new message I see var "Title" as it should be.

So, in my opinion, it will be better to use var "user title" on page "Account".

Kirion

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: inconsequence in using variables (very-very low importance) :)
« Reply #1 on: October 07, 2008, 06:30:48 pm »
fix:

in file %opengoo_dir%/application/views/user/user_card.php
on 9 str

change
Code: [Select]
<div><span><?php echo lang('title'?>:</span> <?php echo $user->getTitle() ? clean($user->getTitle()) : lang('n/a'?></div>
on
Code: [Select]
<div><span><?php echo lang('user title'?>:</span> <?php echo $user->getTitle() ? clean($user->getTitle()) : lang('n/a'?></div>

conrado

  • Administrator
  • Hero Member
  • *****
  • Posts: 998
  • Conrado
    • View Profile
    • Feng Office
    • Email
Re: inconsequence in using variables (very-very low importance) :)
« Reply #2 on: October 08, 2008, 09:03:42 am »
Thanks!
Get Official Support for your Feng Office. Support the development team. Sign up for a Free Trial here.

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: inconsequence in using variables (very-very low importance) :)
« Reply #3 on: October 08, 2008, 09:12:33 am »
Fixed.
Thanks!

cabeza

  • Administrator
  • Hero Member
  • *****
  • Posts: 1004
    • View Profile
    • Feng Office
Re: inconsequence in using variables (very-very low importance) :)
« Reply #4 on: October 08, 2008, 09:15:00 am »
Grey has also offered help in the Russian translation, please contact yourselves http://forums.opengoo.org/index.php?topic=185.msg658#msg658