aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php b/config.php
index c5fad8d..4e351ca 100644
--- a/config.php
+++ b/config.php
@@ -19,8 +19,8 @@ $GLOBALS['CONFIG']['FORMATS'] = array(
'hd' => 'FullHD',
'hq' => 'High Quality',
'lq' => 'Low Quality',
- 'audio' => 'Audio-Only',
- 'slides' => 'Slide-Images + Audio',
+ 'audio' => 'Audio',
+ 'slides' => 'Slide-Images',
);
?>