summaryrefslogtreecommitdiff
path: root/templates/admin_question_unanswered.html
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-09-14 22:50:16 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-09-14 22:50:16 +0200
commit1342dc49cf1789f9d54cb3c7be327c68f403a0f7 (patch)
treea2619a351edfa0f5db1a92287be256f1ed36977c /templates/admin_question_unanswered.html
parent8e35c721d7eb8ff7a56badb39bfe2e5cbb21c8ed (diff)
translated *_question to german
Diffstat (limited to 'templates/admin_question_unanswered.html')
-rw-r--r--templates/admin_question_unanswered.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_question_unanswered.html b/templates/admin_question_unanswered.html
index fc3db78a..f25c76e6 100644
--- a/templates/admin_question_unanswered.html
+++ b/templates/admin_question_unanswered.html
@@ -5,10 +5,10 @@
<form action="%link%&action=answer" method="post">
<textarea name="answer"></textarea>
<input type="hidden" name="id" value="%question_id%" />
- <input type="submit" name="submit" value="Send" />
+ <input type="submit" name="submit" value="Speichern" />
</form>
</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>