Merge pull request #278 from leaneb/master

Change Ask an Arch Angel title
This commit is contained in:
msquare 2016-11-24 09:15:05 +01:00 committed by GitHub
commit 321566d4b0
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php
function questions_title() {
return _("Ask an archangel");
return _("Ask the Heaven");
}
function user_questions() {

View File

@ -26,7 +26,7 @@ function Questions_view($open_questions, $answered_questions, $ask_action) {
'Answer' => _("Answer"),
'actions' => ""
], $answered_questions),
heading(_("Ask an archangel"), 2),
heading(_("Ask the Heaven"), 2),
form([
form_textarea('question', _("Your Question:"), ""),
form_submit('submit', _("Save"))

View File

@ -1710,8 +1710,8 @@ msgstr "News anlegen:"
#: /Users/msquare/workspace/projects/engelsystem/includes/pages/user_questions.php:4
#: /Users/msquare/workspace/projects/engelsystem/includes/view/Questions_view.php:29
msgid "Ask an archangel"
msgstr "Frage einen Erzengel"
msgid "Ask the Heaven"
msgstr "Frage den Himmel"
#: /Users/msquare/workspace/projects/engelsystem/includes/pages/user_questions.php:27
msgid "Unable to save question."