You can look up all places where "Shop by" occurs, to see if it is defined somewhere else. In Tools > Developers Toolkit, paste Shop by into the lower left box, select all files and search. Better yet, look up BOX_HEADING_CATEGORIES.
You should find this in /includes/languages/redpassion/english.php (unless you have already changed it properly):
PHP Code:
// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Shop by...');
and you want it to end up as
PHP Code:
// categories box text in sideboxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Categories');