diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index 94236dc81..d405f5aa0 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -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.',