"zpp" is definitely better, but using a short name is still a risk.
Anyway, the modification shouldn't be too difficult. I'm sorry I haven't got time to test it, but I'm pretty sure it's enough to change line 219 of zenphotopress.php.
Change it from
`add_shortcode('zenphotopress', array('zenphotopress','parse_shortcode'));`
to
`add_shortcode('zpp', array('zenphotopress','parse_shortcode'));`