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 /view/it/profile_edit.tpl | |
parent | 766ade06d5e3b387d1fd3d2d0b00b15852e877b1 (diff) | |
download | volse-hubzilla-ab72d86aa7f35157a278d9fc570504db41fb5f09.tar.gz volse-hubzilla-ab72d86aa7f35157a278d9fc570504db41fb5f09.tar.bz2 volse-hubzilla-ab72d86aa7f35157a278d9fc570504db41fb5f09.zip |
Small fixs to IT language
Diffstat (limited to 'view/it/profile_edit.tpl')
-rw-r--r-- | view/it/profile_edit.tpl | 4 |
1 files changed, 2 insertions, 2 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> |