Changeset 6308

Show
Ignore:
Timestamp:
08/09/08 13:57:46 (5 years ago)
Author:
mickecarlsson
Message:

fixes #3012 spelling error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/timeconditions/install.php

    r6277 r6308  
    118118 
    119119/* Upgrade to 2.5 
    120  * Migrate time condtions to new time condtions groups 
     120 * Migrate time conditions to new time condtions groups 
    121121 */ 
    122122timeconditions_updatedb(); 
  • modules/branches/2.5/timeconditions/page.timeconditions.php

    r5978 r6308  
    150150function edit_onsubmit() { 
    151151  var msgInvalidTimeCondName = "<?php echo _('Please enter a valid Time Conditions Name'); ?>"; 
    152   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'); ?>"; 
     152  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'); ?>"; 
    153153   
    154154  defaultEmptyOK = false;