aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/logging
diff options
context:
space:
mode:
authorDayllan Maza <dmaza@wikimedia.org>2018-11-08 15:32:37 -0500
committerDayllan Maza <dmaza@wikimedia.org>2018-11-15 23:11:11 -0500
commitd361d8cbecf5ee697128c15e204bdefe21f0be9c (patch)
treeab1d8f0600c7f54c33ded92af86a703dc5dae742 /tests/phpunit/includes/logging
parentc678feabafdfbfa748977e04a7e84e8192b69f81 (diff)
downloadmediawikicore-d361d8cbecf5ee697128c15e204bdefe21f0be9c.tar.gz
mediawikicore-d361d8cbecf5ee697128c15e204bdefe21f0be9c.zip
Fix partial block translation for non-editing msg
The current phrasing for non-editing partial blocks was not clear. Adding 'specified' as part of the message to avoid confusion. Bug: T208806 Change-Id: If6fe6397060a38dd5036d2c0c1d58aa9e798ecc1
Diffstat (limited to 'tests/phpunit/includes/logging')
-rw-r--r--tests/phpunit/includes/logging/BlockLogFormatterTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/logging/BlockLogFormatterTest.php b/tests/phpunit/includes/logging/BlockLogFormatterTest.php
index 85ccebc4ebde..0041b9ce64df 100644
--- a/tests/phpunit/includes/logging/BlockLogFormatterTest.php
+++ b/tests/phpunit/includes/logging/BlockLogFormatterTest.php
@@ -431,7 +431,7 @@ class BlockLogFormatterTest extends LogFormatterTestCase {
],
],
[
- 'text' => 'Sysop blocked Logtestuser from non-editing actions'
+ 'text' => 'Sysop blocked Logtestuser from specified non-editing actions'
. ' with an expiration time of indefinite (anonymous users only)',
'api' => [
'duration' => 'infinite',