diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-09-14 22:50:16 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-09-14 22:50:16 +0200 |
commit | 1342dc49cf1789f9d54cb3c7be327c68f403a0f7 (patch) | |
tree | a2619a351edfa0f5db1a92287be256f1ed36977c /templates/admin_question_answered.html | |
parent | 8e35c721d7eb8ff7a56badb39bfe2e5cbb21c8ed (diff) |
translated *_question to german
Diffstat (limited to 'templates/admin_question_answered.html')
-rw-r--r-- | templates/admin_question_answered.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_question_answered.html b/templates/admin_question_answered.html index e4f07932..8801d58f 100644 --- a/templates/admin_question_answered.html +++ b/templates/admin_question_answered.html @@ -4,6 +4,6 @@ <td> %answer_nick% </td> <td> %answer% </td> <td> - <a href="%link%&action=delete&id=%question_id%">Delete</a> + <a href="%link%&action=delete&id=%question_id%">Löschen</a> </td> </tr> |