"Update" makes more sense here.
authorJan Schneider <jan@horde.org>
Mon, 15 Feb 2010 16:49:58 +0000 (17:49 +0100)
committerJan Schneider <jan@horde.org>
Mon, 15 Feb 2010 17:03:59 +0000 (18:03 +0100)
kronolith/templates/attendees/attendees.inc

index 98e4cb7..52f91c6 100644 (file)
@@ -145,7 +145,7 @@ function switchDateView(view, date)
 
 <br />
 <div>
- <input type="submit" class="button" name="addNew" value="<?php echo htmlspecialchars(_("Save")) ?>" />
+ <input type="submit" class="button" name="addNew" value="<?php echo htmlspecialchars(_("Update")) ?>" />
  <input type="submit" class="button" name="addNewClose" value="<?php echo htmlspecialchars(_("Save and Finish")) ?>" />
  <?php if (!empty($_SESSION['kronolith']['attendees'])): ?><input type="submit" class="button" name="clearAll" value="<?php echo htmlspecialchars(_("Clear all")) ?>" /><?php endif; ?>
 </div>