summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-09-02 17:07:38 +0200
committerkondou <kondou@ts.unde.re>2013-09-02 17:07:38 +0200
commite7e3f1b81a5026116ef0c9cd95a00fdd7ff6f5a2 (patch)
treefce3f0677d4009bd483150f38190846197912c88 /settings/templates
parent14cc1cd4b8d9e121e4f21851bf281bd4b565fb22 (diff)
downloadnextcloud-server-e7e3f1b81a5026116ef0c9cd95a00fdd7ff6f5a2.tar.gz
nextcloud-server-e7e3f1b81a5026116ef0c9cd95a00fdd7ff6f5a2.zip
Fix some of @jancborchardt's complaints in oc_avatars
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index d4a0e3b9480..fcef0f8a578 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -83,14 +83,14 @@ if($_['passwordChangeSupported']) {
<?php if (\OC_Config::getValue('enable_avatars', true) === true): ?>
<form id="avatar" method="post" action="<?php p(\OC_Helper::linkToRoute('core_avatar_post')); ?>">
<fieldset class="personalblock">
- <legend><strong><?php p($l->t('Profile Image')); ?></strong></legend>
+ <legend><strong><?php p($l->t('Profile picture')); ?></strong></legend>
<div class="avatardiv"></div><br>
- <em><?php p($l->t('Has to be square and either PNG or JPG')); ?></em><br>
<div class="warning hidden"></div>
<div class="inlineblock button" id="uploadavatarbutton"><?php p($l->t('Upload new')); ?></div>
<input type="file" class="hidden" name="files[]" id="uploadavatar">
- <div class="inlineblock button" id="selectavatar"><?php p($l->t('Select new from files')); ?></div>
- <div class="inlineblock button" id="removeavatar"><?php p($l->t('Remove image')); ?></div>
+ <div class="inlineblock button" id="selectavatar"><?php p($l->t('Select new from Files')); ?></div>
+ <div class="inlineblock button" id="removeavatar"><?php p($l->t('Remove image')); ?></div><br>
+ <?php p($l->t('Either png or jpg. Ideally square but you will be able to crop it.')); ?>
</fieldset>
</form>
<?php endif; ?>