Advertisement:

Author Topic: Need to change label "Select a country"  (Read 1240 times)

adminrahul

  • Newbie
  • *
  • Posts: 14
Need to change label "Select a country"
« on: April 23, 2014, 01:34:42 pm »
Hello All,

I want to change "Select a country" drop down label to "Select a Place"  in item_post (publish your ad) page.
Please help me.

Thanks in anticipation

I am using Osclass 3.3.2 with bender theme

mahesh

  • Full Member
  • ***
  • Posts: 116
Re: Need to change label "Select a country"
« Reply #1 on: April 23, 2014, 01:53:02 pm »
Hi adminrahul,

Open  oc-includes/osclass/frm/Item.frm.class.php  and find the function country_select($countries = null, $item = null)

in that function you can  change  'Select a country' to 'Select a Place'

adminrahul

  • Newbie
  • *
  • Posts: 14
Re: Need to change label "Select a country"
« Reply #2 on: April 23, 2014, 04:50:55 pm »
Thanks Mahesh

mahesh

  • Full Member
  • ***
  • Posts: 116
Re: Need to change label "Select a country"
« Reply #3 on: April 24, 2014, 08:45:34 am »
@adminrahul

you are welcome