Merge pull request #7470 from owncloud/abort-cancel

profile image: relabel technical 'Abort' to more widely used 'Cancel'
This commit is contained in:
Thomas Müller 2014-02-28 11:57:24 +01:00
commit 6335f855f9
1 changed files with 1 additions and 1 deletions

View File

@ -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>