diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-19 14:48:30 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-01-19 14:48:30 +0100 |
commit | ab72d86aa7f35157a278d9fc570504db41fb5f09 (patch) | |
tree | 4fb0a2823bde9f470efd6963853141a873ac74a3 | |
parent | 766ade06d5e3b387d1fd3d2d0b00b15852e877b1 (diff) | |
download | volse-hubzilla-ab72d86aa7f35157a278d9fc570504db41fb5f09.tar.gz volse-hubzilla-ab72d86aa7f35157a278d9fc570504db41fb5f09.tar.bz2 volse-hubzilla-ab72d86aa7f35157a278d9fc570504db41fb5f09.zip |
Small fixs to IT language
-rw-r--r-- | view/it/profile_edit.tpl | 4 | ||||
-rw-r--r-- | view/it/settings.tpl | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 1 |
3 files changed, 4 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 diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9d51c86f7..ffe8b1df2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -667,6 +667,7 @@ input#dfrn-url { margin-left: 20px; } +#profile-edit-pdesc-desc, #profile-edit-keywords-desc { float: left; margin-left: 20px; |