docs: improve MEDIA_SET_NAMING_TEMPLATE_SCHEMA description

This commit is contained in:
Dietmar Maurer 2021-02-22 09:50:16 +01:00
parent 18ce01caff
commit 7f07991035
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ pub const MEDIA_POOL_NAME_SCHEMA: Schema = StringSchema::new("Media pool name.")
.schema();
pub const MEDIA_SET_NAMING_TEMPLATE_SCHEMA: Schema = StringSchema::new(
"Media set naming template.")
"Media set naming template (may contain strftime() time format specifications).")
.format(&SINGLE_LINE_COMMENT_FORMAT)
.min_length(2)
.max_length(64)