diff options
author | momo-i <momo-i@ampache> | 2009-05-18 23:10:34 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-05-18 23:10:34 +0000 |
commit | 3f2f2a124d04640937fcc9c01ebd1cfa6862603f (patch) | |
tree | 38eba48f4f599a7380931b2b1a16083bc2b4adee /templates/show_install_check.inc.php | |
parent | 7be6e41737aa6322d2caeab4836d18e6f7741361 (diff) | |
download | ampache-3f2f2a124d04640937fcc9c01ebd1cfa6862603f.tar.gz ampache-3f2f2a124d04640937fcc9c01ebd1cfa6862603f.tar.bz2 ampache-3f2f2a124d04640937fcc9c01ebd1cfa6862603f.zip |
fix typo
Diffstat (limited to 'templates/show_install_check.inc.php')
-rw-r--r-- | templates/show_install_check.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_check.inc.php b/templates/show_install_check.inc.php index 424a0d1d..93ceafc7 100644 --- a/templates/show_install_check.inc.php +++ b/templates/show_install_check.inc.php @@ -121,7 +121,7 @@ <td> <?php if (!check_mbstring()) { - echo debug_result(_('Multibyte Chracter may not detect correct'),false); + echo debug_result(_('Multibyte Character may not detect correct'),false); } else { echo debug_result('',true); |