Hello,
Sorry for my terrible english. The pot file is not correct in free 2.8.3.
Original:
#: includes/form-output.php:326
msgid "address"
msgstr ""
#: includes/form-output.php:330
msgid "address-2"
msgstr ""
Correct:
#: includes/form-output.php:326
msgid "Street Address"
msgstr ""
#: includes/form-output.php:330
msgid "Apt, Suite, Bldg. (optional)"
msgstr ""
Kind regards,
Tomsojer04