diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-18 23:52:55 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-18 23:52:55 +0000 |
commit | 5853b9b36cfc69cbd226b04c784c82ccc66f0b3b (patch) | |
tree | 77839e4fc8cc2b209e10564a25dbc52294ba3396 /templates/show_test.inc | |
parent | 597643c785d0e341c5ada5d9e76d357d9b34bc4d (diff) | |
download | ampache-5853b9b36cfc69cbd226b04c784c82ccc66f0b3b.tar.gz ampache-5853b9b36cfc69cbd226b04c784c82ccc66f0b3b.tar.bz2 ampache-5853b9b36cfc69cbd226b04c784c82ccc66f0b3b.zip |
fixing some typos
Diffstat (limited to 'templates/show_test.inc')
-rw-r--r-- | templates/show_test.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_test.inc b/templates/show_test.inc index 6bafa1da..6f64448f 100644 --- a/templates/show_test.inc +++ b/templates/show_test.inc @@ -151,8 +151,8 @@ $row_classes = array('even','odd'); ] </td> <td> - <?php echo _("This test makes sure that you have set all of the required config variables and that we are able to - compleatly parse your config file"); ?> + <?php echo _("This test makes sure that you have set all of the required configuration variables and that we are able to + completely parse your config file"); ?> </td> </tr> <tr> |