--- page.timeconditions.org.php 2008-08-05 10:46:48.000000000 +0200
+++ page.timeconditions.php 2008-08-05 10:48:21.000000000 +0200
@@ -149,7 +149,7 @@
function edit_onsubmit() {
var msgInvalidTimeCondName = "<?php echo _('Please enter a valid Time Conditions Name'); ?>";
- var msgInvalidTimeGroup = "<?php echo _('You have not selected a time group to associate with this timecondtion. It will got to the un-matching destination until you update it with a valid grop'); ?>";
+ var msgInvalidTimeGroup = "<?php echo _('You have not selected a time group to associate with this timecondition. It will got to the un-matching destination until you update it with a valid grop'); ?>";
defaultEmptyOK = false;
if (!isAlphanumeric(theForm.displayname.value))
And a small one in a comment
--- install.org.php 2008-08-05 10:49:06.000000000 +0200
+++ install.php 2008-08-05 10:49:18.000000000 +0200
@@ -81,7 +81,7 @@
}
/* Upgrade to 2.5
- * Migrate time condtions to new time condtions groups
+ * Migrate time conditions to new time condtions groups
*/
timeconditions_updatedb();