From: Janusz Dobrowolski Date: Fri, 13 Feb 2009 21:06:06 +0000 (+0000) Subject: Fixed message typo. X-Git-Tag: v2.4.2~19^2~1536 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=d12e0102c2f2062d2558ee21abefe8580a4e2a09;p=fa-stable.git Fixed message typo. --- diff --git a/admin/display_prefs.php b/admin/display_prefs.php index 1b26a14c..4409ed6d 100644 --- a/admin/display_prefs.php +++ b/admin/display_prefs.php @@ -27,7 +27,7 @@ if (isset($_POST['setprefs'])) if (!is_numeric($_POST['query_size']) || ($_POST['query_size']<1)) { display_error($_POST['query_size']); - display_error( _("Query size must integer and greater than zero.")); + display_error( _("Query size must be integer and greater than zero.")); set_focus('query_size'); } else { $theme = user_theme();