[geeklog-hg] geeklog: Fixed typos

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jul 21 11:15:06 EDT 2013


changeset 9222:6871893facaf
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/6871893facaf
user: Tom <websitemaster at cogeco.net>
date: Sun Jul 21 11:14:54 2013 -0400
description:
Fixed typos

diffstat:

 language/english.php           |  4 ++--
 language/english_utf-8.php     |  4 ++--
 public_html/admin/envcheck.php |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (60 lines):

diff -r 22ac44ea143c -r 6871893facaf language/english.php
--- a/language/english.php	Sun Jul 21 10:37:34 2013 -0400
+++ b/language/english.php	Sun Jul 21 11:14:54 2013 -0400
@@ -701,7 +701,7 @@
     'gd_not_found'              => 'Unable to locate the GD library functions.  Please ensure that the GD libraries were compiled into PHP or select an alternate graphics library.',
     'gd_ok'                     => 'GD Libraries v2 are installed.',
     'gd_v1'                     => 'GD Libraries v1 is installed - This version does not fully support JPG image processing so there may be some quality issues.',
-    'graphics'                  => 'Graphic Library',
+    'graphics'                  => 'Graphics Library',
     'libraries'                 => 'Libraries',
     'hosting_env'               => 'Hosting Environment Check',
     'imagemagick'               => 'ImageMagick Programs',
@@ -714,7 +714,7 @@
     'netpbm'                    => 'NetPBM Library',
     'np_ok'                     => 'The NetPBM library is installed',
     'np_not_found'              => 'The NetPBM executables were not found.',
-    'opensll_library'           => 'OpenSSL Library',
+    'openssl_library'           => 'OpenSSL Library',
     'openssl_ok'                => 'The OpenSSL library is loaded. This library is required if you wish to use the OAuth user login method with Geeklog.',
     'openssl_not_found'         => 'The OpenSSL library is not loaded. This is required <strong>only</strong> if you wish to use the OAuth user login method with Geeklog.',
     'off'                       => 'Off',
diff -r 22ac44ea143c -r 6871893facaf language/english_utf-8.php
--- a/language/english_utf-8.php	Sun Jul 21 10:37:34 2013 -0400
+++ b/language/english_utf-8.php	Sun Jul 21 11:14:54 2013 -0400
@@ -701,7 +701,7 @@
     'gd_not_found'              => 'Unable to locate the GD library functions.  Please ensure that the GD libraries were compiled into PHP or select an alternate graphics library.',
     'gd_ok'                     => 'GD Libraries v2 are installed.',
     'gd_v1'                     => 'GD Libraries v1 is installed - This version does not fully support JPG image processing so there may be some quality issues.',
-    'graphics'                  => 'Graphic Library',
+    'graphics'                  => 'Graphics Library',
     'libraries'                 => 'Libraries',
     'hosting_env'               => 'Hosting Environment Check',
     'imagemagick'               => 'ImageMagick Programs',
@@ -714,7 +714,7 @@
     'netpbm'                    => 'NetPBM Library',
     'np_ok'                     => 'The NetPBM library is installed',
     'np_not_found'              => 'The NetPBM executables were not found.',
-    'opensll_library'           => 'OpenSSL Library',
+    'openssl_library'           => 'OpenSSL Library',
     'openssl_ok'                => 'The OpenSSL library is loaded. This library is required if you wish to use the OAuth user login method with Geeklog.',
     'openssl_not_found'         => 'The OpenSSL library is not loaded. This is required <strong>only</strong> if you wish to use the OAuth user login method with Geeklog.',
     'off'                       => 'Off',
diff -r 22ac44ea143c -r 6871893facaf public_html/admin/envcheck.php
--- a/public_html/admin/envcheck.php	Sun Jul 21 10:37:34 2013 -0400
+++ b/public_html/admin/envcheck.php	Sun Jul 21 11:14:54 2013 -0400
@@ -189,12 +189,12 @@
     
     if (extension_loaded('openssl')) {
         $data_arr[] = array(
-            'item' => $LANG_ENVCHECK['opensll_library'],
+            'item' => $LANG_ENVCHECK['openssl_library'],
             'status' => '<span class="yes">' . $LANG_ENVCHECK['ok'] . '</span>',
             'notes' => $LANG_ENVCHECK['openssl_ok']);
     } else {
         $data_arr[] = array(
-            'item' => $LANG_ENVCHECK['opensll_library'],
+            'item' => $LANG_ENVCHECK['openssl_library'],
             'status' => '<span class="notok">' .  $LANG_ENVCHECK['not_found'] . '</span>',
             'notes' => $LANG_ENVCHECK['openssl_not_found']);
     }



More information about the geeklog-cvs mailing list