I'm using xgettext to greate a .po file. But it gives me a strange output for a simple line:
<?php echo _("You must click the link to verify your e-mail and activate your account."); ?>
Results in:
msgid ""
"You must click the link to verify your e-mail and activate your account."
msgstr ""
When i remove the - or the dot, everything works fine.
Is there a solution/known bug? I'm really confused :)
Thanks!