From 21b35094ddda1170f4119090a46b071bc41e2101 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sat, 24 Dec 2011 01:01:32 +1100 Subject: [PATCH] s/or/are --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index fce89029..0be005ec 100644 --- a/inc/config.php +++ b/inc/config.php @@ -469,7 +469,7 @@ $config['poster_id_length'] = 5; // Page footer - $config['footer'][] = 'All trademarks, copyrights, comments, and images on this page are owned by or are the responsibility of their respective parties.'; + $config['footer'][] = 'All trademarks, copyrights, comments, and images on this page are owned by and are the responsibility of their respective parties.'; // Characters used to generate a random password (with Javascript) $config['genpassword_chars'] = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+';