From ac74f8dee788ffaca208f8642d79287f2a062f14 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Fri, 18 Mar 2005 11:16:06 +0000 Subject: Small nit fixes for Bug 285113. --- Bugzilla/DB.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 8c097739e..1e79238ed 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -614,8 +614,8 @@ sub _bz_init_schema_storage { # correct migration code at all. die "Attempted to initialize the schema but there are already " . " $table_size copies of it stored.\nThis should never happen.\n" - . " Compare the two rows of the bz_schema table and delete the " - . "newer one."; + . " Compare the rows of the bz_schema table and delete the " + . "newer one(s)."; } } -- cgit v1.2.3-24-g4f1b