From 6f6fd8f731ab8859238232377adcfb0b6f45b5ee Mon Sep 17 00:00:00 2001 From: Moe Date: Tue, 19 Jul 2022 22:15:16 -0700 Subject: [PATCH] Update some field descriptions --- languages/en_CA.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/en_CA.json b/languages/en_CA.json index f5ea0541..aee69996 100644 --- a/languages/en_CA.json +++ b/languages/en_CA.json @@ -1416,7 +1416,7 @@ "MQTT Client": "MQTT Client", "Buffer Time from Event": "Buffer Time from Event", "fieldTextEventFilters": "Enable to have all Events honor your Event Filter rules.", - "fieldTextBufferTimeFromEvent": "The amount of seconds to record before the trigger happened. If this is consistently inaccutrate you will need to look at the optimization guide or force encoding on the server.", + "fieldTextBufferTimeFromEvent": "The amount of seconds to record before the trigger happened. If this is consistently inaccurate you will need to look at the optimization guide or force encoding on the server.", "fieldTextMode": "This is the primary task of the monitor.", "fieldTextModeDisabled": "Inactive monitor, no process will be created in this mode.", "fieldTextModeWatchOnly": "Monitor will only stream, no recording will occur unless otherwise ordered by API or Detector.", @@ -1583,11 +1583,11 @@ "fieldTextDetectorScaleX": "Width of the image being detected. Smaller sizes take less CPU.", "fieldTextDetectorScaleY": "Height of the image being detected. Smaller sizes take less CPU.", "fieldTextDetectorLockTimeout": "Lockout for when the next trigger is allowed, to avoid overloading the database and receiving clients. Measured in milliseconds.", - "fieldTextDetectorSave": "Save Motion Events in SQL. This will allow display of motion over video during the time motion events occured in the Power Viewer.", + "fieldTextDetectorSave": "Save Events in the database. This will allow display of the events over video during playback.", "fieldTextDetectorRecordMethod": "There are multiple ways to begin recording when an event occurs, like motion. Event-Based Recording is the most user-friendly.", "fieldTextDetectorTrigger": "This will order the camera to record if it is set to \"Watch-Only\" when an Event is detected.", "fieldTextDetectorTimeout": "The length of time \"Trigger Record\" will run for. This is read in minutes.", - "fieldTextWatchdogReset": "If there is an overlap in trigger record should it reset.", + "fieldTextWatchdogReset": "Enable to reset the active Recording Timeout back to the beginning when a new event occurs while recording.", "fieldTextDetectorWebhook": "Send a GET request to a URL with some values from the event.", "fieldTextDetectorWebhookTimeout": "This value is a timer to allow the next running of your Webhook. This value is in minutes.", "fieldTextDetectorCommand": "The command that will run. This is the equivalent of running a shell command from terminal.",