Merge pull request #7470 from owncloud/abort-cancel

profile image: relabel technical 'Abort' to more widely used 'Cancel'
remotes/origin/ldap_group_count
Thomas Müller 11 years ago
commit 6335f855f9
  1. 2
      settings/templates/personal.php

@ -108,7 +108,7 @@ if($_['passwordChangeSupported']) {
<?php endif; ?>
</div>
<div id="cropper" class="hidden">
<div class="inlineblock button" id="abortcropperbutton"><?php p($l->t('Abort')); ?></div>
<div class="inlineblock button" id="abortcropperbutton"><?php p($l->t('Cancel')); ?></div>
<div class="inlineblock button primary" id="sendcropperbutton"><?php p($l->t('Choose as profile image')); ?></div>
</div>
</fieldset>

Loading…
Cancel
Save