diff options
author | Florian Larysch | 2015-08-29 12:23:17 +0200 |
---|---|---|
committer | Florian Larysch | 2015-08-29 12:23:17 +0200 |
commit | 576ea09fb180f5a40f590b6a93da3510791b582f (patch) | |
tree | 9dc04d1f9e9b4efa1ae4d0b8e09f953fa2b9c787 /template/relive-player.phtml | |
parent | 91c7cbeb5e516b3839155135012be9052b468225 (diff) |
fix some orthographic issues
Diffstat (limited to 'template/relive-player.phtml')
-rw-r--r-- | template/relive-player.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml index aa33cb9..1982186 100644 --- a/template/relive-player.phtml +++ b/template/relive-player.phtml @@ -21,7 +21,7 @@ <div class="col-xs-12"> <div class="alert alert-success"> <h3>Download</h3> - <p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive-Recording. Beware! This is an unprocessed Streamdump – a final Release will follow soon.</p> + <p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive recording. Beware! This is an unprocessed streamdump – a final release will follow soon.</p> </div> </div> </div> |