diff options
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index aa5f85653..b18d57134 100644 --- a/util/strings.php +++ b/util/strings.php @@ -593,6 +593,7 @@ $a->strings['Email login name:'] = 'Email login name:'; $a->strings['Email password:'] = 'Email password:'; $a->strings["Reply-to address \x28Optional\x29:"] = "Reply-to address \x28Optional\x29:"; $a->strings['Send public posts to all email contacts:'] = 'Send public posts to all email contacts:'; +$a->strings['Email access is disabled on this site.'] = 'Email access is disabled on this site.'; $a->strings['Tag removed'] = 'Tag removed'; $a->strings['Remove Item Tag'] = 'Remove Item Tag'; $a->strings['Select a tag to remove: '] = 'Select a tag to remove: '; |