OS Property support center

Cant translate word ANY in search module

More
11 years 2 months ago #41887 by Oscar
Hi, I succesfyllu translated most of my site, theres just one word I cant seem to find where the hell its is, I searched already in the translate options in the OSproprety options, backend and frontend and I cant find it, its the "ANY" word in the property type field dropdown, in the search module, its just that one, all the other fields are being translated fine, any ideas?
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #41895 by Mr. Dam
Replied by Mr. Dam on topic Re: Cant translate word ANY in search module
Hi,
Please follow these steps
1. Open file
modules > mod_ospropertysearch > mod_ospropertysearch.php
2. find
$typeArr[] = JHTML::_('select.option','',JText::_('Any'));
and change to
$typeArr[] = JHTML::_('select.option','',JText::_('OS_ANY'));
Good luck
Dam
The following user(s) said Thank You: Oscar

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan