aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKailey Truscott <kinerity@yahoo.com>2015-01-02 10:38:56 -0500
committerKailey Truscott <kinerity@yahoo.com>2015-01-02 10:38:56 -0500
commit652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9 (patch)
treee0ce93d2092095f7fa8b149bea1957e7aa6c5e42
parent7dad863a41d2ec9b3f1c769325ae8ff18fbf5ecb (diff)
downloadforums-652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9.tar
forums-652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9.tar.gz
forums-652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9.tar.bz2
forums-652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9.tar.xz
forums-652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9.zip
[ticket/13437] Change "View" to "view"
PHPBB3-13437
-rw-r--r--phpBB/docs/events.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 6a9717d97c..3ab3fc65da 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1461,7 +1461,7 @@ viewtopic_body_post_author_after
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
* Since: 3.1.3-RC1
-* Purpose: Add content directly after the post author on the View topic screen
+* Purpose: Add content directly after the post author on the view topic screen
viewtopic_body_post_author_before
===
@@ -1469,7 +1469,7 @@ viewtopic_body_post_author_before
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
* Since: 3.1.3-RC1
-* Purpose: Add content directly before the post author on the View topic screen
+* Purpose: Add content directly before the post author on the view topic screen
viewtopic_body_post_buttons_after
===