diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-02-28 11:57:24 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-02-28 11:57:24 +0100 |
commit | 6335f855f9eb5038f3b8bd5cfea4fb9c173fca6d (patch) | |
tree | 05bcb34c0a770924f2bfba92251c176e01aabacb | |
parent | 61bc76fdd6fea722d8f77dd48ae66c294a1fe322 (diff) | |
parent | e78da036c11b600bfcf15387ecb053a87150444a (diff) | |
download | nextcloud-server-6335f855f9eb5038f3b8bd5cfea4fb9c173fca6d.tar.gz nextcloud-server-6335f855f9eb5038f3b8bd5cfea4fb9c173fca6d.zip |
Merge pull request #7470 from owncloud/abort-cancel
profile image: relabel technical 'Abort' to more widely used 'Cancel'
-rw-r--r-- | settings/templates/personal.php | 2 |
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> |