Since the purpose of this module is to simplify updating basic views settings for non drupal-savvy users, using "Update Default Display" as the value for the submit button seems inappropriate. Most of my clients have no idea that this is a "Save" button. It may be best to simple change the value of this button to "Save."
I've done this on my site using a quick jQuery hack:
$("#views-ui-edit-display-form #edit-submit").attr('value', 'Save');
But it should probably be changed in the module itself.
Comments
Comment #1
Jonah Ellison commentedFixed in the 6.x-1.2 release to display "Update," thanks for pointing this out (the Views module changed the button text in one of the newer versions).