you cannot use a colon in the filename.
You can use CSS for that. Something like
.item_title:before {
content: "credit: ";
}
should do the trick.