diff options
Diffstat (limited to 'include/js_strings.php')
-rw-r--r-- | include/js_strings.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index e06e105fd..25b73d71e 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -116,6 +116,10 @@ function js_strings() { '$allday' => t('All day','calendar'), // mod cloud - '$download_info' => t('Please stand by while your download is being prepared.') + '$download_info' => t('Please stand by while your download is being prepared.'), + + // mod register + '$email_not_valid' => t('Email address not valid') + )); } |