I am using String Overrides and it works in most places except where it says:
"Username has not created any blog entries."
No matter what I use as the variable for the username, it doesn't seem to take. I have cleared the cache in Drupal and my browser. For the initial string, I have tried things like:
!username has not created any blog entries.
!name has not created any blog entries.
$username has not created any blog entries.
$name has not created any blog entries.
!Username has not created any blog entries.
!Name has not created any blog entries.
$Username has not created any blog entries.
$Name has not created any blog entries.
I am trying to change all occurrences of "blog" to "custom maps". I am using the Acquia Slate theme. If there's a way to manually edit the files to accomplish this, I wouldn't mind trying it.