diff options
author | Pico <luki_9@wp.pl> | 2014-08-30 06:31:55 +0200 |
---|---|---|
committer | Pico <luki_9@wp.pl> | 2014-08-30 06:31:55 +0200 |
commit | 7fc550aedcf6c2cde1aa6030fca1033093e8216e (patch) | |
tree | a75dc42b40e694f13a08ab5bf8ea94dd75fd351d /phpBB | |
parent | 9d7deba67aa5503314ee829a492e8c82ea09820f (diff) | |
download | forums-7fc550aedcf6c2cde1aa6030fca1033093e8216e.tar forums-7fc550aedcf6c2cde1aa6030fca1033093e8216e.tar.gz forums-7fc550aedcf6c2cde1aa6030fca1033093e8216e.tar.bz2 forums-7fc550aedcf6c2cde1aa6030fca1033093e8216e.tar.xz forums-7fc550aedcf6c2cde1aa6030fca1033093e8216e.zip |
[ticket/12991] Correct language mistakes
PHPBB3-12991
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c235b82e2c..681ac3e43a 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -440,7 +440,7 @@ mcp_warn_post_add_warning_field_after + styles/prosilver/template/mcp_warn_post.html + styles/subsilver2/template/mcp_warn_post.html * Since: 3.1.0-RC4 -* Purpose: Add content during warning a post - after add warning fields. +* Purpose: Add content during warning for a post - after add warning field. mcp_warn_post_add_warning_field_before === @@ -448,7 +448,7 @@ mcp_warn_post_add_warning_field_before + styles/prosilver/template/mcp_warn_post.html + styles/subsilver2/template/mcp_warn_post.html * Since: 3.1.0-RC4 -* Purpose: Add content during warning a post - before add warning fields. +* Purpose: Add content during warning for a post - before add warning field. mcp_warn_user_add_warning_field_after === @@ -456,7 +456,7 @@ mcp_warn_user_add_warning_field_after + styles/prosilver/template/mcp_warn_user.html + styles/subsilver2/template/mcp_warn_user.html * Since: 3.1.0-RC4 -* Purpose: Add content during warning an user - after add warning fields. +* Purpose: Add content during warning a user - after add warning field. mcp_warn_user_add_warning_field_before === @@ -464,7 +464,7 @@ mcp_warn_user_add_warning_field_before + styles/prosilver/template/mcp_warn_user.html + styles/subsilver2/template/mcp_warn_user.html * Since: 3.1.0-RC4 -* Purpose: Add content during warning an user - before add warning fields. +* Purpose: Add content during warning a user - before add warning field. navbar_header_logged_out_content === |