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 | |
parent | 597643c785d0e341c5ada5d9e76d357d9b34bc4d (diff) | |
download | ampache-5853b9b36cfc69cbd226b04c784c82ccc66f0b3b.tar.gz ampache-5853b9b36cfc69cbd226b04c784c82ccc66f0b3b.tar.bz2 ampache-5853b9b36cfc69cbd226b04c784c82ccc66f0b3b.zip |
fixing some typos
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_mpdplay.inc | 2 | ||||
-rw-r--r-- | templates/show_test.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_mpdplay.inc b/templates/show_mpdplay.inc index 7ab298f1..c6f6664a 100644 --- a/templates/show_mpdplay.inc +++ b/templates/show_mpdplay.inc @@ -162,7 +162,7 @@ global $condPL; <td align="center"><i><a title="<?php echo _("Refresh the Playlist Window"); ?>" href="<?php echo conf('web_path'); ?>"><?php echo _("[refresh]"); ?></a> <?php if ( $myMpd->playlist_count > 0 ) { ?> [<a title="<?php echo _("Click to shuffle (randomize) the playlist"); ?>" href="<?php echo conf('web_path'); ?>/amp-mpd.php?action=shuffle"><?php echo _("shuffle"); ?></a>] - [<a title="<?php echo _("Click the clear the playlist"); ?>" href="<?php echo conf('web_path'); ?>/amp-mpd.php?action=clear"><?php echo _("clear"); ?></a>] + [<a title="<?php echo _("Click to clear the playlist"); ?>" href="<?php echo conf('web_path'); ?>/amp-mpd.php?action=clear"><?php echo _("clear"); ?></a>] [<a title="<?php echo _("Click the toggle condensed playlist"); ?>" href="<?php echo conf('web_path'); ?>/amp-mpd.php?action=condPL"><?php echo _("condensed"); ?></a>] <?php } ?> </i></td> 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> |