Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/273599

Change subject: Remove double emphasis in strings
......................................................................

Remove double emphasis in strings

Change-Id: I03d7511e620fb76fcf090c8b8c399b29a245640b
---
M includes/installer/i18n/en.json
M languages/i18n/en.json
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/99/273599/1

diff --git a/includes/installer/i18n/en.json b/includes/installer/i18n/en.json
index ea03831..c29b6e3 100644
--- a/includes/installer/i18n/en.json
+++ b/includes/installer/i18n/en.json
@@ -187,7 +187,7 @@
        "config-ns-site-name": "Same as the wiki name: $1",
        "config-ns-other": "Other (specify)",
        "config-ns-other-default": "MyWiki",
-       "config-project-namespace-help": "Following Wikipedia's example, many 
wikis keep their policy pages separate from their content pages, in a 
\"'''project namespace'''\".\nAll page titles in this namespace start with a 
certain prefix, which you can specify here.\nUsually, this prefix is derived 
from the name of the wiki, but it cannot contain punctuation characters such as 
\"#\" or \":\".",
+       "config-project-namespace-help": "Following Wikipedia's example, many 
wikis keep their policy pages separate from their content pages, in a 
'''project namespace'''.\nAll page titles in this namespace start with a 
certain prefix, which you can specify here.\nUsually, this prefix is derived 
from the name of the wiki, but it cannot contain punctuation characters such as 
\"#\" or \":\".",
        "config-ns-invalid": "The specified namespace \"<nowiki>$1</nowiki>\" 
is invalid.\nSpecify a different project namespace.",
        "config-ns-conflict": "The specified namespace \"<nowiki>$1</nowiki>\" 
conflicts with a default MediaWiki namespace.\nSpecify a different project 
namespace.",
        "config-admin-box": "Administrator account",
diff --git a/languages/i18n/en.json b/languages/i18n/en.json
index 51fcbc7..2b83ff6 100644
--- a/languages/i18n/en.json
+++ b/languages/i18n/en.json
@@ -378,7 +378,7 @@
        "myprivateinfoprotected": "You do not have permission to edit your 
private information.",
        "mypreferencesprotected": "You do not have permission to edit your 
preferences.",
        "ns-specialprotected": "Special pages cannot be edited.",
-       "titleprotected": "This title has been protected from creation by 
[[User:$1|$1]].\nThe reason given is \"<em>$2</em>\".",
+       "titleprotected": "This title has been protected from creation by 
[[User:$1|$1]].\nThe reason given is <em>$2</em>.",
        "filereadonlyerror": "Unable to modify the file \"$1\" because the file 
repository \"$2\" is in read-only mode.\n\nThe system administrator who locked 
it offered this explanation: \"$3\".",
        "invalidtitle-knownnamespace": "Invalid title with namespace \"$2\" and 
text \"$3\"",
        "invalidtitle-unknownnamespace": "Invalid title with unknown namespace 
number $1 and text \"$2\"",
@@ -1534,7 +1534,7 @@
        "backend-fail-read": "Could not read file \"$1\".",
        "backend-fail-create": "Could not write file \"$1\".",
        "backend-fail-maxsize": "Could not write file \"$1\" because it is 
larger than {{PLURAL:$2|one byte|$2 bytes}}.",
-       "backend-fail-readonly": "The storage backend \"$1\" is currently 
read-only. The reason given is: \"<em>$2</em>\"",
+       "backend-fail-readonly": "The storage backend \"$1\" is currently 
read-only. The reason given is: <em>$2</em>",
        "backend-fail-synced": "The file \"$1\" is in an inconsistent state 
within the internal storage backends",
        "backend-fail-connect": "Could not connect to storage backend \"$1\".",
        "backend-fail-internal": "An unknown error occurred in storage backend 
\"$1\".",
@@ -2116,7 +2116,7 @@
        "rollbackfailed": "Rollback failed",
        "cantrollback": "Cannot revert edit;\nlast contributor is only author 
of this page.",
        "alreadyrolled": "Cannot rollback last edit of [[:$1]] by 
[[User:$2|$2]] ([[User 
talk:$2|talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]);\nsomeone
 else has edited or rolled back the page already.\n\nThe last edit to the page 
was by [[User:$3|$3]] ([[User 
talk:$3|talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).",
-       "editcomment": "The edit summary was: \"<em>$1</em>\".",
+       "editcomment": "The edit summary was: <em>$1</em>.",
        "revertpage": "Reverted edits by [[Special:Contributions/$2|$2]] 
([[User talk:$2|talk]]) to last revision by [[User:$1|$1]]",
        "revertpage-nouser": "Reverted edits by a hidden user to last revision 
by {{GENDER:$1|[[User:$1|$1]]}}",
        "rollback-success": "Reverted edits by $1;\nchanged back to last 
revision by $2.",

-- 
To view, visit https://gerrit.wikimedia.org/r/273599
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I03d7511e620fb76fcf090c8b8c399b29a245640b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to