diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/messages.po | 2 | ||||
-rw-r--r-- | util/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/messages.po b/util/messages.po index 223541ad8..c7e0a240d 100644 --- a/util/messages.po +++ b/util/messages.po @@ -1180,7 +1180,7 @@ msgid "Name too short." msgstr "" #: ../../mod/register.php:89 -msgid "That doesn\\'t appear to be your full (First Last) name." +msgid "That doesn't appear to be your full (First Last) name." msgstr "" #: ../../mod/register.php:92 diff --git a/util/strings.php b/util/strings.php index ee6ec4b1c..d43d7c262 100644 --- a/util/strings.php +++ b/util/strings.php @@ -393,7 +393,7 @@ $a->strings['Invalid OpenID url'] = 'Invalid OpenID url'; $a->strings['Please enter the required information.'] = 'Please enter the required information.'; $a->strings['Please use a shorter name.'] = 'Please use a shorter name.'; $a->strings['Name too short.'] = 'Name too short.'; -$a->strings["That doesn\'t appear to be your full \x28First Last\x29 name."] = "That doesn\'t appear to be your full \x28First Last\x29 name."; +$a->strings["That doesn't appear to be your full \x28First Last\x29 name."] = "That doesn't appear to be your full \x28First Last\x29 name."; $a->strings['Your email domain is not among those allowed on this site.'] = 'Your email domain is not among those allowed on this site.'; $a->strings['Not a valid email address.'] = 'Not a valid email address.'; $a->strings['Cannot use that email.'] = 'Cannot use that email.'; |