Removed errant colon

This commit is contained in:
Matthew Barbour 2020-06-21 19:09:04 -05:00 committed by Shish
parent fac2067069
commit d243867b18

View File

@ -118,7 +118,7 @@ class Media extends Extension
$sb->add_text_option(MediaConfig::FFMPEG_PATH, "ffmpeg", true);
$sb->add_text_option(MediaConfig::FFPROBE_PATH, "ffprobe", true);
$sb->add_shorthand_int_option(MediaConfig::MEM_LIMIT, "Mem limit: ", true);
$sb->add_shorthand_int_option(MediaConfig::MEM_LIMIT, "Mem limit", true);
$sb->end_table();
$event->panel->add_block($sb);