From 9ef8a063bb538ffe74204bbcaef33133e01a786c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 17:06:52 +0000 Subject: [PATCH] r630: akward grammar --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 9627fe2..515289f 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -324,7 +324,7 @@ function process_custom_fields($bugid, $inputdata = array()) if ($field['required'] AND empty($inputdata["field$field[fieldid]"])) { - $errorlist[] = sprintf($bugsys->lang->string('The field titled "%1$s" is a required field.'), $field['name']); + $errorlist[] = sprintf($bugsys->lang->string('The "%1$s" field is a required field.'), $field['name']); continue; } -- 2.22.5