]> source.dussan.org Git - nextcloud-server.git/commitdiff
profile image: relabel technical 'Abort' to more widely used 'Cancel'
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 28 Feb 2014 09:09:34 +0000 (10:09 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 28 Feb 2014 09:09:34 +0000 (10:09 +0100)
settings/templates/personal.php

index 188ff75f96b0e6c1cdfef58ee993ffef7f38d42e..470b8180bccaf2530cf278f432609b04ca2a26c2 100644 (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>