summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-24 09:15:05 +0100
committerGitHub <noreply@github.com>2016-11-24 09:15:05 +0100
commit321566d4b0454b1729f736fe7a3822ba4c9a2e30 (patch)
tree81721325e4dfea18ff9fd28d763af7bb8ba8a7f0
parent3fd30add3c7f66cef8e40d80183591b6d2126db7 (diff)
parent4116e0114e94f7c4ee5dba686c029b7e988bd7b3 (diff)
Merge pull request #278 from leaneb/master
Change Ask an Arch Angel title
-rw-r--r--includes/pages/user_questions.php2
-rw-r--r--includes/view/Questions_view.php2
-rw-r--r--locale/de_DE.UTF-8/LC_MESSAGES/default.po4
3 files changed, 4 insertions, 4 deletions
diff --git a/includes/pages/user_questions.php b/includes/pages/user_questions.php
index 7acdee78..4abceb92 100644
--- a/includes/pages/user_questions.php
+++ b/includes/pages/user_questions.php
@@ -1,7 +1,7 @@
<?php
function questions_title() {
- return _("Ask an archangel");
+ return _("Ask the Heaven");
}
function user_questions() {
diff --git a/includes/view/Questions_view.php b/includes/view/Questions_view.php
index bdcb8a86..a44a29d1 100644
--- a/includes/view/Questions_view.php
+++ b/includes/view/Questions_view.php
@@ -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"))
diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/default.po b/locale/de_DE.UTF-8/LC_MESSAGES/default.po
index 3d11f2fe..e8c64a22 100644
--- a/locale/de_DE.UTF-8/LC_MESSAGES/default.po
+++ b/locale/de_DE.UTF-8/LC_MESSAGES/default.po
@@ -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."