diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-20 08:17:41 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-20 08:17:41 +0100 |
commit | a8b9b219158e8565af615b852c587787ad58a0a3 (patch) | |
tree | 2476b3b0aa892b2711943a500e1869d15b29d607 /view/it/profile_edit.tpl | |
parent | b43ec25955de2a2e18cd1d65023341abdcd5b519 (diff) | |
parent | 2ffe0d0b1d9589b6b37d8ade0114caef31339001 (diff) | |
download | volse-hubzilla-a8b9b219158e8565af615b852c587787ad58a0a3.tar.gz volse-hubzilla-a8b9b219158e8565af615b852c587787ad58a0a3.tar.bz2 volse-hubzilla-a8b9b219158e8565af615b852c587787ad58a0a3.zip |
Merge branch 'master' of git://github.com/friendika/friendika
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> |