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

Change subject: Remove an unnecessary line break from a message
......................................................................


Remove an unnecessary line break from a message

Change-Id: I5761e56192f708020594794ce19302e448be8b70
---
M repo/i18n/en.json
1 file changed, 12 insertions(+), 12 deletions(-)

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



diff --git a/repo/i18n/en.json b/repo/i18n/en.json
index 20f047b..71726bf 100644
--- a/repo/i18n/en.json
+++ b/repo/i18n/en.json
@@ -464,7 +464,7 @@
        "apihelp-wbcreateredirect-description": "Creates Entity redirects.",
        "apihelp-wbcreateredirect-param-from": "Entity ID to make a redirect",
        "apihelp-wbcreateredirect-param-to": "Entity ID to point the redirect 
to",
-       "apihelp-wbcreateredirect-param-bot": "Mark this edit as bot\nThis URL 
flag will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbcreateredirect-param-bot": "Mark this edit as bot. This URL 
flag will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbcreateredirect-example-1": "Turn Q11 into a redirect to Q12",
        "apihelp-wbeditentity-description": "Creates a single new Wikibase 
entity and modifies it with serialised information.",
        "apihelp-wbeditentity-param-id": "The identifier for the entity, 
including the prefix.\nUse either 'id' or 'site' and 'title' together.",
@@ -472,7 +472,7 @@
        "apihelp-wbeditentity-param-title": "Title of the page to 
associate.\nUse together with 'site' to make a complete sitelink.",
        "apihelp-wbeditentity-param-baserevid": "The numeric identifier for the 
revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
        "apihelp-wbeditentity-param-summary": "Summary for the edit.\nWill be 
prepended by an automatically generated comment. The length limit of the 
autocomment together with the summary is 260 characters. Be aware that 
everything above that limit will be cut off.",
-       "apihelp-wbeditentity-param-bot": "Mark this edit as bot\nThis URL flag 
will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbeditentity-param-bot": "Mark this edit as bot. This URL flag 
will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbeditentity-param-data": "The serialized object that is used 
as the data source.\nA newly created entity will be assigned an 'id'.",
        "apihelp-wbeditentity-param-clear": "If set, the complete entity is 
emptied before proceeding.\nThe entity will not be saved before it is filled 
with the \"data\", possibly with parts excluded.",
        "apihelp-wbeditentity-param-new": "If set, a new entity will be 
created.\nSet this to the type of the entity you want to create - currently 
'item'|'property'.\nIt is not allowed to have this set when 'id' is also set.",
@@ -533,14 +533,14 @@
        "apihelp-wblinktitles-param-totitle": "Title of the page to 
associate.\nUse together with 'tosite' to make a complete sitelink.",
        "apihelp-wblinktitles-param-fromsite": "An identifier for the site on 
which the page resides.\nUse together with 'fromtitle' to make a complete 
sitelink.",
        "apihelp-wblinktitles-param-fromtitle": "Title of the page to 
associate.\nUse together with 'fromsite' to make a complete sitelink.",
-       "apihelp-wblinktitles-param-bot": "Mark this edit as bot\nThis URL flag 
will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wblinktitles-param-bot": "Mark this edit as bot. This URL flag 
will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wblinktitles-example-1": "Add a link \"Hydrogen\" from the 
English page to \"Wasserstoff\" at the German page",
        "apihelp-wbmergeitems-description": "Merges multiple items.",
        "apihelp-wbmergeitems-param-fromid": "The ID to merge from",
        "apihelp-wbmergeitems-param-toid": "The ID to merge to",
        "apihelp-wbmergeitems-param-ignoreconflicts": "Array of elements of the 
item to ignore conflicts for, can only contain values of \"label\" and or 
\"description\" and or \"sitelink\"",
        "apihelp-wbmergeitems-param-summary": "Summary for the edit.\nWill be 
prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
-       "apihelp-wbmergeitems-param-bot": "Mark this edit as bot\nThis URL flag 
will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbmergeitems-param-bot": "Mark this edit as bot. This URL flag 
will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbmergeitems-example-1": "Merges data from Q42 into Q222",
        "apihelp-wbmergeitems-example-2": "Merges data from Q555 into Q3",
        "apihelp-wbmergeitems-example-3": "Merges data from Q66 into Q99 
ignoring any conflicting labels",
@@ -577,7 +577,7 @@
        "apihelp-wbsetaliases-param-title": "Title of the page to 
associate.\nUse together with 'site' to make a complete sitelink.",
        "apihelp-wbsetaliases-param-baserevid": "The numeric identifier for the 
revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
        "apihelp-wbsetaliases-param-summary": "Summary for the edit.\nWill be 
prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
-       "apihelp-wbsetaliases-param-bot": "Mark this edit as bot\nThis URL flag 
will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbsetaliases-param-bot": "Mark this edit as bot. This URL flag 
will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbsetaliases-param-add": "List of aliases to add (can be 
combined with remove)",
        "apihelp-wbsetaliases-param-remove": "List of aliases to remove (can be 
combined with add)",
        "apihelp-wbsetaliases-param-set": "A list of aliases that will replace 
the current list (cannot be combined with neither add nor remove)",
@@ -591,7 +591,7 @@
        "apihelp-wbsetclaim-param-index": "The index within the entity's list 
of claims\/statements to move the claim\/statement to. Optional. Be aware that 
when setting an index that specifies a position not next to a clam\/statement 
whose main snak does not feature the same property, the whole group of 
claims\/statements whose main snaks feature the same property is moved. When 
not provided, an existing claim\/statement will stay in place while a new 
claim\/statement will be appended to the last claim\/statement whose main snak 
features the same property.",
        "apihelp-wbsetclaim-param-summary": "Summary for the edit.\nWill be 
prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
        "apihelp-wbsetclaim-param-baserevid": "The numeric identifier for the 
revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
-       "apihelp-wbsetclaim-param-bot": "Mark this edit as bot\nThis URL flag 
will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbsetclaim-param-bot": "Mark this edit as bot. This URL flag 
will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbsetclaim-example-1": "Set the claim with the given ID to 
property P1 with a string value of \"City\"",
        "apihelp-wbsetclaim-example-2": "Set the claim with the given ID to 
property P1 with a string value of \"City\" and move the claim to the topmost 
position within the entity's subgroup of claims that feature the main snak 
property P1. In addition, move the whole subgroup to the top of all subgroups 
aggregated by property.",
        "apihelp-wbsetclaim-example-3": "Set the Statement with the given ID to 
Property P1 with a string value of \"City\" and set the Statement's References 
to a single Reference featuring the string value \"The Economy of Cities\" 
assigned to the Property P2.",
@@ -601,7 +601,7 @@
        "apihelp-wbsetclaimvalue-param-value": "The value to set the DataValue 
of the the main snak of the claim to",
        "apihelp-wbsetclaimvalue-param-summary": "Summary for the edit.\nWill 
be prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
        "apihelp-wbsetclaimvalue-param-baserevid": "The numeric identifier for 
the revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
-       "apihelp-wbsetclaimvalue-param-bot": "Mark this edit as bot\nThis URL 
flag will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbsetclaimvalue-param-bot": "Mark this edit as bot. This URL 
flag will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbsetclaimvalue-example-1": "Sets the claim with the GUID of 
Q42$D8404CDA-25E4-4334-AF13-A3290BCD9C0F to a value of Q1",
        "apihelp-wbsetdescription-description": "Sets a description for a 
single Wikibase entity.",
        "apihelp-wbsetdescription-param-id": "The identifier for the entity, 
including the prefix.\nUse either 'id' or 'site' and 'title' together.",
@@ -609,7 +609,7 @@
        "apihelp-wbsetdescription-param-title": "Title of the page to 
associate.\nUse together with 'site' to make a complete sitelink.",
        "apihelp-wbsetdescription-param-baserevid": "The numeric identifier for 
the revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
        "apihelp-wbsetdescription-param-summary": "Summary for the edit.\nWill 
be prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
-       "apihelp-wbsetdescription-param-bot": "Mark this edit as bot\nThis URL 
flag will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbsetdescription-param-bot": "Mark this edit as bot. This URL 
flag will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbsetdescription-param-language": "Language of the 
description",
        "apihelp-wbsetdescription-param-value": "The value to set for the 
description",
        "apihelp-wbsetdescription-example-1": "Set the string \"An encyclopedia 
that everyone can edit\" for page with ID \"Q42\" as a description in English 
language",
@@ -620,7 +620,7 @@
        "apihelp-wbsetlabel-param-title": "Title of the page to associate.\nUse 
together with 'site' to make a complete sitelink.",
        "apihelp-wbsetlabel-param-baserevid": "The numeric identifier for the 
revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
        "apihelp-wbsetlabel-param-summary": "Summary for the edit.\nWill be 
prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
-       "apihelp-wbsetlabel-param-bot": "Mark this edit as bot\nThis URL flag 
will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbsetlabel-param-bot": "Mark this edit as bot. This URL flag 
will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbsetlabel-param-language": "Language of the label",
        "apihelp-wbsetlabel-param-value": "The value of the label",
        "apihelp-wbsetlabel-example-1": "Set the string \"Wikimedia\" for page 
with ID \"Q42\" as a label in English language and report it as pretty printed 
json",
@@ -633,7 +633,7 @@
        "apihelp-wbsetqualifier-param-snakhash": "The hash of the snak to 
modify.\nShould only be provided for existing qualifiers",
        "apihelp-wbsetqualifier-param-summary": "Summary for the edit.\nWill be 
prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
        "apihelp-wbsetqualifier-param-baserevid": "The numeric identifier for 
the revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
-       "apihelp-wbsetqualifier-param-bot": "Mark this edit as bot\nThis URL 
flag will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbsetqualifier-param-bot": "Mark this edit as bot. This URL 
flag will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbsetqualifier-example-1": "Set the qualifier for the given 
claim with property P1 to string value GdyjxP8I6XB3",
        "apihelp-wbsetreference-description": "Creates a reference or sets the 
value of an existing one.",
        "apihelp-wbsetreference-param-statement": "A GUID identifying the 
statement for which a reference is being set",
@@ -643,7 +643,7 @@
        "apihelp-wbsetreference-param-index": "The index within the statement's 
list of references where to move the reference to. Optional. When not provided, 
an existing reference will stay in place while a new reference will be 
appended.",
        "apihelp-wbsetreference-param-summary": "Summary for the edit.\nWill be 
prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
        "apihelp-wbsetreference-param-baserevid": "The numeric identifier for 
the revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
-       "apihelp-wbsetreference-param-bot": "Mark this edit as bot\nThis URL 
flag will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbsetreference-param-bot": "Mark this edit as bot. This URL 
flag will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbsetreference-example-1": "Create a new reference for claim 
with GUID Q76$D4FDE516-F20C-4154-ADCE-7C5B609DFDFF",
        "apihelp-wbsetreference-example-2": "Set reference for claim with GUID 
Q76$D4FDE516-F20C-4154-ADCE-7C5B609DFDFF which has hash of 
1eb8793c002b1d9820c833d234a1b54c8e94187e",
        "apihelp-wbsetreference-example-3": "Creates a new reference for the 
claim with GUID Q76$D4FDE516-F20C-4154-ADCE-7C5B609DFDFF and inserts the new 
reference at the top of the list of references instead of appending it to the 
bottom.",
@@ -653,7 +653,7 @@
        "apihelp-wbsetsitelink-param-title": "Title of the page to 
associate.\nUse together with 'site' to make a complete sitelink.",
        "apihelp-wbsetsitelink-param-baserevid": "The numeric identifier for 
the revision to base the modification on.\nThis is used for detecting conflicts 
during save.",
        "apihelp-wbsetsitelink-param-summary": "Summary for the edit.\nWill be 
prepended by an automatically generated comment. The length limit of 
the\nautocomment together with the summary is 260 characters. Be aware that 
everything above that\nlimit will be cut off.",
-       "apihelp-wbsetsitelink-param-bot": "Mark this edit as bot\nThis URL 
flag will only be respected if the user belongs to the group \"bot\".",
+       "apihelp-wbsetsitelink-param-bot": "Mark this edit as bot. This URL 
flag will only be respected if the user belongs to the group \"bot\".",
        "apihelp-wbsetsitelink-param-linksite": "The identifier of the site on 
which the article to link resides",
        "apihelp-wbsetsitelink-param-linktitle": "The title of the article to 
link. If this parameter is an empty string or both linktitle and badges are not 
set, the link will be removed.",
        "apihelp-wbsetsitelink-param-badges": "The IDs of items to be set as 
badges. They will replace the current ones. If this parameter is not set, the 
badges will not be changed",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5761e56192f708020594794ce19302e448be8b70
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Bene <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to