Right now, the page title is "vPlane- Home". How can I change it to "vPlane- Gallery"?
In lang/english.php (or whatever language) find:
$lang_list_categories = array(
'home' => 'Home',
Replace with:
$lang_list_categories = array(
'home' => 'Gallery',
Cheers