diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', ); ?> |