]> www.vanbest.org Git - motioneye-debian/commitdiff
version bump to 0.24
authorCalin Crisan <ccrisan@gmail.com>
Tue, 31 Mar 2015 16:46:28 +0000 (19:46 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Tue, 31 Mar 2015 16:46:28 +0000 (19:46 +0300)
motioneye.py
templates/main.html

index 34268072116633b8f68d1f18283dfff240e3a53e..c7e71293fa3c577cd460b6fc670209150df3a4d3 100755 (executable)
@@ -33,7 +33,7 @@ sys.path.append(os.path.join(getattr(settings, 'PROJECT_PATH', os.path.dirname(s
 
 import update
 
-VERSION = '0.23'
+VERSION = '0.24'
 
 
 def _configure_settings():
index 1bbf8ebe723f36cb070fcbe99cf238f3e9342ef3..cbc501646efd52c3865fda5327104ebcb278bf44 100644 (file)
                     <tr class="settings-item" required="true" strip="true">
                         <td class="settings-item-label"><span class="settings-item-label">Administrator Username</span></td>
                         <td class="settings-item-value"><input type="text" class="styled general main-config" id="adminUsernameEntry" readonly="readonly"></td>
-                        <td><span class="help-mark" title="the username supplied to configure motionEye">?</span></td>
+                        <td><span class="help-mark" title="the username to be used for configuring the system">?</span></td>
                     </tr>
                     <tr class="settings-item" strip="true" reboot="true">
                         <td class="settings-item-label"><span class="settings-item-label">Administrator Password</span></td>
                     <tr class="settings-item" required="true" strip="true">
                         <td class="settings-item-label"><span class="settings-item-label">Surveillance Username</span></td>
                         <td class="settings-item-value"><input type="text" class="styled general main-config" id="normalUsernameEntry"></td>
-                        <td><span class="help-mark" title="the username supplied for video surveillance">?</span></td>
+                        <td><span class="help-mark" title="the username to be used for video surveillance">?</span></td>
                     </tr>
                     <tr class="settings-item" strip="true">
                         <td class="settings-item-label"><span class="settings-item-label">Surveillance Password</span></td>
                     <tr class="settings-item advanced-setting local-streaming">
                         <td class="settings-item-label"><span class="settings-item-label">Streaming Image Resizing</span></td>
                         <td class="settings-item-value"><input type="checkbox" class="styled streaming camera-config" id="streamingServerResizeSwitch"></td>
-                        <td><span class="help-mark" title="when this is enabled, the images are resized by motionEye before they are sent to the browser (disable when running motionEye on a slow CPU)">?</span></td>
+                        <td><span class="help-mark" title="when this is enabled, the images are resized before they are sent to the browser (disable when running on a slow CPU)">?</span></td>
                     </tr>
                     <tr class="settings-item advanced-setting local-streaming" min="0" max="100" snap="2" ticksnum="5" decimals="0" unit="%">
                         <td class="settings-item-label"><span class="settings-item-label">Streaming Resolution</span></td>