diff options
author | root <root@diekershoff.homeunix.net> | 2011-01-20 08:17:07 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2011-01-20 08:17:07 +0100 |
commit | 030f6f306cba0f025d124fc7a2912a2bafb291be (patch) | |
tree | 7643c61b5d25671b3d79ba2d8c28fd7c9bb60b4a /view/it | |
parent | 8e22c669a0668fc0498e9c1d822dcefd97bae1e5 (diff) | |
parent | 2ffe0d0b1d9589b6b37d8ade0114caef31339001 (diff) | |
download | volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.tar.gz volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.tar.bz2 volse-hubzilla-030f6f306cba0f025d124fc7a2912a2bafb291be.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/profile_edit.tpl | 4 | ||||
-rw-r--r-- | view/it/settings.tpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/it/profile_edit.tpl b/view/it/profile_edit.tpl index e5d0976ec..efdb5d448 100644 --- a/view/it/profile_edit.tpl +++ b/view/it/profile_edit.tpl @@ -30,9 +30,9 @@ $default <div id="profile-edit-name-end"></div> <div id="profile-edit-pdesc-wrapper" > -<label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Il tuo titolo: </label> +<label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Breve descrizione: </label> <input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" /> -</div> +</div><div id="profile-edit-pdesc-desc">(es. titolo, posizione, altro)</div> <div id="profile-edit-pdesc-end"></div> diff --git a/view/it/settings.tpl b/view/it/settings.tpl index 365e5cb70..2ff259acc 100644 --- a/view/it/settings.tpl +++ b/view/it/settings.tpl @@ -153,7 +153,7 @@ Lascia questi campi in bianco per non effettuare variazioni alla password </div> -<h3 class="settings-heading">Impostazioni Avanzante Pagina</h3> +<h3 class="settings-heading">Impostazioni Avanzate Account</h3> $pagetype |