It’s in the translation-files. Use poedit or similar to edit the file you’d like to change.
I found these lines
# @ msls
#: ../MultisiteLanguageSwitcher.php:157
#, php-format
msgid “This post is also available in %s.”
msgstr “Αυτή η ανάρτηση είναι διαθέσιμη και στα %s.”
Even if I change the greek version, doesn’t change in my page.
However, the most important is to change the %s parameter cause in my English version of my website, i am seeing the message:
“This post is also available in English version”
But the right it should be
“This post is also available in Greek version”
An example: http://antonios-antoniou.gr/en/short-biography
Thank you
OK, I got it.
Go to the setup of the plugin (in wp-admin) in both blogs and check for the string “Greek Version” and “English Version” there. It seems that you inserted “English Version” in the “Description” field of the Greek blog and vice versa in the English one. Just correct it.
Cheers,
Dennis.
Ohh God, so simple!
Thank you again for your time!