summaryrefslogtreecommitdiffstats
path: root/templates/show_install_check.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2009-05-18 23:10:34 +0000
committermomo-i <momo-i@ampache>2009-05-18 23:10:34 +0000
commit3f2f2a124d04640937fcc9c01ebd1cfa6862603f (patch)
tree38eba48f4f599a7380931b2b1a16083bc2b4adee /templates/show_install_check.inc.php
parent7be6e41737aa6322d2caeab4836d18e6f7741361 (diff)
downloadampache-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.php2
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);