Merge "Fix partial block translation for non-editing msg"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 20 Nov 2018 00:41:00 +0000 (00:41 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 20 Nov 2018 00:41:00 +0000 (00:41 +0000)
languages/i18n/en.json
tests/phpunit/includes/logging/BlockLogFormatterTest.php

index e7691e4..4acf6eb 100644 (file)
        "logentry-block-reblock": "$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6",
        "logentry-partialblock-block": "$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from editing {{PLURAL:$8||the pages}} $7 with an expiration time of $5 $6",
        "logentry-partialblock-reblock": "$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} preventing edits on {{PLURAL:$8||the pages}} $7 with an expiration time of $5 $6",
-       "logentry-non-editing-block-block": "$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from non-editing actions with an expiration time of $5 $6",
-       "logentry-non-editing-block-reblock": "$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for non-editing actions with an expiration time of $5 $6",
+       "logentry-non-editing-block-block": "$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} from specified non-editing actions with an expiration time of $5 $6",
+       "logentry-non-editing-block-reblock": "$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} for specified non-editing actions with an expiration time of $5 $6",
        "logentry-suppress-block": "$1 {{GENDER:$2|blocked}} {{GENDER:$4|$3}} with an expiration time of $5 $6",
        "logentry-suppress-reblock": "$1 {{GENDER:$2|changed}} block settings for {{GENDER:$4|$3}} with an expiration time of $5 $6",
        "logentry-import-upload": "$1 {{GENDER:$2|imported}} $3 by file upload",
index 85ccebc..0041b9c 100644 (file)
@@ -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',