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_photo.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_photo.tpl')
-rw-r--r-- | view/de/profile_photo.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/de/profile_photo.tpl b/view/de/profile_photo.tpl index d518e7331..958952240 100644 --- a/view/de/profile_photo.tpl +++ b/view/de/profile_photo.tpl @@ -1,9 +1,9 @@ -<h1>Upload Profile Photo</h1> +<h1>Profilbild Hochladen</h1> <form enctype="multipart/form-data" action="profile_photo" method="post"> <div id="profile-photo-upload-wrapper"> -<label id="profile-photo-upload-label" for="profile-photo-upload">Upload File: </label> +<label id="profile-photo-upload-label" for="profile-photo-upload">Datei hochladen: </label> <input name="userfile" type="file" id="profile-photo-upload" size="48" /> </div> |