From 7d5fe3986dda88a62dd86de1b3637b94e90d91c0 Mon Sep 17 00:00:00 2001 From: EA Durbin Date: Tue, 6 Jun 2006 18:55:04 +0000 Subject: [PATCH] Fix grammatical error --- screenshots.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshots.php b/screenshots.php index 4266e47..85895de 100644 --- a/screenshots.php +++ b/screenshots.php @@ -95,7 +95,7 @@ if($hResult && mysql_num_rows($hResult)) echo html_frame_end("Click thumbnail to view image in new window."); } else { - echo "

There are currently no screenshot for the selected version of this application."; + echo "

There are currently no screenshots for the selected version of this application."; echo "
Please consider submitting a screenshot for the selected version yourself.

"; }