align with other filter options

pull/2727/head
externo6 2019-10-17 10:17:22 +01:00
parent e232c22b3d
commit 9068cb1a19
1 changed files with 2 additions and 2 deletions

View File

@ -579,8 +579,8 @@ $SLANG = array(
'OpNotMatches' => 'does not match',
'OpIs' => 'is',
'OpIsNot' => 'is not',
'OpLike' => 'Contains',
'OpNotLike' => 'Does not Contain',
'OpLike' => 'contains',
'OpNotLike' => 'does not contain',
'OptionalEncoderParam' => 'Optional Encoder Parameters',
'OptionHelp' => 'Option Help',
'OptionRestartWarning' => 'These changes may not come into effect fully\nwhile the system is running. When you have\nfinished making your changes please ensure that\nyou restart ZoneMinder.',