I am a new Coppermine user.
After a very detailed search of the forums, I have not been able to find an answer to my question, which seems to apply to all themes.
Three columns are listed on the home page: "Categories," "Albums" and "Files." How can I change "Files" to "Pictures?"
in the lang/english.php file search
$lang_cat_list = array(
'category' => 'Category',
'albums' => 'Albums',
'pictures' => 'Files',
);
and change Files with pictures or what you want
Frantz, thanks for your help. I was able to change it without a problem. I am grateful.