From 1d4fc1b1af5bee56408692c3600d67ca8cdc1026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 19 Dec 2007 21:40:05 +0000 Subject: #202473 by keith.smith: pre-RC1 spell checking on hopefully final text --- includes/file.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 .= ''; } -- cgit v1.2.3