Skip to content

Commit 2919ab0

Browse files
Rename Monitor to STreams
1 parent 71a44a9 commit 2919ab0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

web/skins/classic/includes/functions.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,51 +192,51 @@ function getPageHelpData() {
192192
return array(
193193
'console' => array(
194194
'title' => 'Monitors',
195-
'help' => 'Monitor dashboard showing status, events, and resource usage. Use the column picker to show/hide columns. Click a monitor name to view its live feed.',
195+
'help' => 'Dashboard showing status, events, and resource usage. Use the column picker to show/hide columns. Click a stream name to view its live feed.',
196196
),
197197
'montage' => array(
198198
'title' => 'Montage',
199-
'help' => 'Live grid view of all monitors. Drag to rearrange, use the layout selector to change grid size, and resize handles to adjust individual feeds.',
199+
'help' => 'Live grid view of all streams. Drag to rearrange, use the layout selector to change grid size, and resize handles to adjust individual feeds.',
200200
),
201201
'montagereview' => array(
202202
'title' => 'Montage Review',
203-
'help' => 'Review recorded footage from multiple monitors simultaneously. Use the timeline to scrub through events and the speed controls for playback.',
203+
'help' => 'Review recorded footage from multiple streams simultaneously. Use the timeline to scrub through events and the speed controls for playback.',
204204
),
205205
'events' => array(
206206
'title' => 'Events',
207-
'help' => 'Browse and search recorded events. Use filters to narrow by monitor, date, or severity. Click an event to play it back.',
207+
'help' => 'Browse and search recorded events. Use filters to narrow by stream, date, or severity. Click an event to play it back.',
208208
),
209209
'event' => array(
210210
'title' => 'Event',
211211
'help' => 'Event playback and review. Use the timeline to navigate frames, view detection zones, and export or download video.',
212212
),
213213
'watch' => array(
214214
'title' => 'Live Feed',
215-
'help' => 'Live view of a single monitor with PTZ controls (if configured), event list, and zone overlay.',
215+
'help' => 'Live view of a single stream with PTZ controls (if configured), event list, and zone overlay.',
216216
),
217217
'cycle' => array(
218218
'title' => 'Cycle',
219-
'help' => 'Automatically cycles through monitor live feeds at a configurable interval.',
219+
'help' => 'Automatically cycles through stream live feeds at a configurable interval.',
220220
),
221221
'options' => array(
222222
'title' => 'Options',
223223
'help' => 'System configuration. Changes to most settings take effect immediately. Daemon-related settings require a restart of the affected service.',
224224
),
225225
'log' => array(
226226
'title' => 'System Log',
227-
'help' => 'Live view of ZoneMinder system logs. Filter by component, level, or search text. Useful for diagnosing camera connection or recording issues.',
227+
'help' => 'Live view of system logs. Filter by component, level, or search text. Useful for diagnosing camera connection or recording issues.',
228228
),
229229
'filter' => array(
230230
'title' => 'Event Filter',
231231
'help' => 'Create and manage event filters for automated actions like email alerts, archiving, or deletion. Filters run periodically via zmfilter.',
232232
),
233233
'groups' => array(
234234
'title' => 'Groups',
235-
'help' => 'Organize monitors into groups for easier management. Groups can be nested and are used to filter monitors in the console and montage views.',
235+
'help' => 'Organize streams into groups for easier management. Groups can be nested and are used to filter streams in various views.',
236236
),
237237
'zones' => array(
238238
'title' => 'Zones',
239-
'help' => 'Detection zones for a monitor. Each zone defines a region and sensitivity for motion detection. Multiple zones allow different sensitivity in different areas.',
239+
'help' => 'Detection zones for streams. Each zone defines a region and sensitivity for motion detection. Multiple zones allow different sensitivity in different areas.',
240240
),
241241
'zone' => array(
242242
'title' => 'Zone',

0 commit comments

Comments
 (0)