diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-21 10:58:32 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-21 10:58:32 +0100 |
commit | 5863199b8d9ac024b063078c41b0341806904165 (patch) | |
tree | 7de062326813d403d015993bcf6cb46a734a10cb /view/de/profile_entry_default.tpl | |
parent | 57a1731678a144355805610cc80bdd32002cd393 (diff) | |
download | volse-hubzilla-5863199b8d9ac024b063078c41b0341806904165.tar.gz volse-hubzilla-5863199b8d9ac024b063078c41b0341806904165.tar.bz2 volse-hubzilla-5863199b8d9ac024b063078c41b0341806904165.zip |
german translation of the profile* files
Diffstat (limited to 'view/de/profile_entry_default.tpl')
-rw-r--r-- | view/de/profile_entry_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/de/profile_entry_default.tpl b/view/de/profile_entry_default.tpl index 651199918..dff6b53f7 100644 --- a/view/de/profile_entry_default.tpl +++ b/view/de/profile_entry_default.tpl @@ -1,7 +1,7 @@ <div class="profile-listing" > <div class="profile-listing-photo-wrapper" > -<a href="profiles/$id" class="profile-listing-edit-link" ><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="Profile Image" /></a> +<a href="profiles/$id" class="profile-listing-edit-link" ><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="Profilbild" /></a> </div> <div class="profile-listing-photo-end" ></div> <div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div> |