align with other filter options
parent
e232c22b3d
commit
9068cb1a19
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue