Repository: flex-sdk Updated Branches: refs/heads/develop 1f8c801d3 -> 827297fc6
looks like US locale has crept back in, other locale differences (i.e. date format) are fine however Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/827297fc Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/827297fc Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/827297fc Branch: refs/heads/develop Commit: 827297fc6c0556f3560b1c670ddc80facede5cd5 Parents: 1f8c801 Author: Justin Mclean <[email protected]> Authored: Sun Aug 24 14:08:36 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Sun Aug 24 14:08:36 2014 +1000 ---------------------------------------------------------------------- .../projects/framework/bundles/en_AU/validators.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/827297fc/frameworks/projects/framework/bundles/en_AU/validators.properties ---------------------------------------------------------------------- diff --git a/frameworks/projects/framework/bundles/en_AU/validators.properties b/frameworks/projects/framework/bundles/en_AU/validators.properties index e70cd91..8a5a6fe 100644 --- a/frameworks/projects/framework/bundles/en_AU/validators.properties +++ b/frameworks/projects/framework/bundles/en_AU/validators.properties @@ -100,9 +100,9 @@ formatError=Configuration error: Incorrect formatting string. invalidCharErrorEV=Your email address contains invalid characters. invalidDomainErrorEV=The domain in your email address is incorrectly formatted. invalidIPDomainError=The IP domain in your email address is incorrectly formatted. -invalidPeriodsInDomainError=The domain in your email address has consecutive periods. +invalidPeriodsInDomainError=The domain in your email address has consecutive full stops. missingAtSignError=An at sign (@) is missing in your email address. -missingPeriodInDomainError=The domain in your email address is missing a period. +missingPeriodInDomainError=The domain in your email address is missing a full stop. missingUsernameError=The user name in your email address is missing. tooManyAtSignsError=Your email address contains too many @ characters.
