Hi,
I have the same issue, I’ve found a solution.
In this file: inc/post-type.php you can find this line:
'name' => __('Goods', 'gcat'),
I’ve changed ‘Goods’ for my own title and the window title changes.
I hope it works for you.
Other way is making a translation file but only if you need to translate it (this is my case) so I can write whatever in the translation. This way is better to avoid overwriting.