forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 language => Topic started by: Leonard Will on July 05, 2017, 11:32:35 am

Title: Apostrophes not allowed in keywords
Post by: Leonard Will on July 05, 2017, 11:32:35 am
I found it necessary to change one line to make it clear to users that apostrophes should be omitted when searching for keywords (e.g. "St Pauls Church" not "St Paul's Church").

In \lang\english.php
Change
Quote
$lang_common['keywords'] = 'Keywords'; // cpg1.5
to
Quote
$lang_common['keywords'] = 'Keywords (omit apostrophes)'; // cpg1.5