summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 21:40:05 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 21:40:05 +0000
commit1d4fc1b1af5bee56408692c3600d67ca8cdc1026 (patch)
tree28e31a472f3be0ede1389fb494c512a8cb440409 /includes
parent297957c2b0d12ca9f3cb9a8d92aff619531405af (diff)
downloadbrdo-1d4fc1b1af5bee56408692c3600d67ca8cdc1026.tar.gz
brdo-1d4fc1b1af5bee56408692c3600d67ca8cdc1026.tar.bz2
#202473 by keith.smith: pre-RC1 spell checking on hopefully final text
Diffstat (limited to 'includes')
-rw-r--r--includes/file.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc
index 3768169e8..452ffec1f 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -555,7 +555,7 @@ function file_save_upload($source, $validators = array(), $dest = FALSE, $replac
// Check for validation errors.
if (!empty($errors)) {
- $message = t('The selected file %name could not be uploaded. ', array('%name' => $file->filename));
+ $message = t('The selected file %name could not be uploaded.', array('%name' => $file->filename));
if (count($errors) > 1) {
$message .= '<ul><li>'. implode('</li><li>', $errors) .'</li></ul>';
}