Mickey,
Correct, I don’t want my users to ever see the notification. My client doesn’t know I’m using WordPress and I don’t want them to find it via any kind of notification.
I’ve change the code myself but in case there is an update I’ll have to do it again.
Thanks.
I have the same problem but this has nothing to do with the translation, rather with how the code works.
This is the string that is translated: “Sorry, %s is a required field.”
but %s is passed untraslated so it will never get translated, only the full string. Check inc/core.php around line 500.
Thanks
I started with AG Custom Admin and it did the trick. Thank you!
How I did it: at the top of the ‘AG Custom Admin Settings’ page, I selected the ‘Admin Bar’ tab and on the ‘Left Side’ section, I changed the field ‘Page title template’ to “%PAGE% – %BLOG%”.