jenkins-bot has submitted this change and it was merged.

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


Remove double emphasis in string

Also replace deprecated <tt> tag with <code>.

Change-Id: I3af5051c503222d506c032e72e4d21f20dd75f6a
---
M i18n/en.json
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/i18n/en.json b/i18n/en.json
index 1933d3b..2997635 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -7,8 +7,8 @@
        "shoutbox-desc": "Adds a parser function for embedding your own 
shoutbox",
        "shoutbox-missing-params": "ShoutBox is missing a required parameter.",
        "shoutbox-bad-params": "ShoutBox received a bad parameter.",
-       "shoutbox-unparsable-param-string": "ShoutBox received the unparsable 
parameter string \"<tt>$1</tt>\".",
-       "shoutbox-bad-id": "ShoutBox received the bad id \"<tt>$1</tt>\".",
+       "shoutbox-unparsable-param-string": "ShoutBox received the unparsable 
parameter string <code>$1</code>.",
+       "shoutbox-bad-id": "ShoutBox received the bad id <code>$1</code>.",
        "shoutbox-illegal-width": "ShoutBox received the illegal width 
parameter \"$1\".",
        "shoutbox-illegal-height": "ShoutBox received the illegal height 
parameter \"$1\".",
        "shoutbox-url": "http://$1.shoutbox.us/?LANG=US";,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3af5051c503222d506c032e72e4d21f20dd75f6a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ShoutBox
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to