summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-28 10:09:34 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-28 10:09:34 +0100
commite78da036c11b600bfcf15387ecb053a87150444a (patch)
tree23a3a163d9332f0725d309717f97740262cbc2ba /settings/templates
parentfefd7248585e2831adfb1ae9d40c49e94529e36d (diff)
downloadnextcloud-server-e78da036c11b600bfcf15387ecb053a87150444a.tar.gz
nextcloud-server-e78da036c11b600bfcf15387ecb053a87150444a.zip
profile image: relabel technical 'Abort' to more widely used 'Cancel'
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 188ff75f96b..470b8180bcc 100644
--- a/settings/templates/personal.php
+++ b/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>