Skip to content
Snippets Groups Projects
Commit 6335f855 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #7470 from owncloud/abort-cancel

profile image: relabel technical 'Abort' to more widely used 'Cancel'
parents 61bc76fd e78da036
Branches
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ if($_['passwordChangeSupported']) { ...@@ -108,7 +108,7 @@ if($_['passwordChangeSupported']) {
<?php endif; ?> <?php endif; ?>
</div> </div>
<div id="cropper" class="hidden"> <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 class="inlineblock button primary" id="sendcropperbutton"><?php p($l->t('Choose as profile image')); ?></div>
</div> </div>
</fieldset> </fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment