Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/181961
Change subject: Use DataValue for consistency ...................................................................... Use DataValue for consistency Reported by Lokal Profil at https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-wbsetclaimvalue-param-value/sv Change-Id: Ib9dfc0d1e2c54a00571644a81c1130a4bd757cd4 --- M repo/i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/61/181961/1 diff --git a/repo/i18n/en.json b/repo/i18n/en.json index 626c5f0..dc376ff 100644 --- a/repo/i18n/en.json +++ b/repo/i18n/en.json @@ -569,7 +569,7 @@ "apihelp-wbsetclaimvalue-description": "Sets the value of a Wikibase claim.", "apihelp-wbsetclaimvalue-param-claim": "A GUID identifying the claim", "apihelp-wbsetclaimvalue-param-snaktype": "The type of the snak", - "apihelp-wbsetclaimvalue-param-value": "The value to set the datavalue of the the main snak of the claim to", + "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\".", -- To view, visit https://gerrit.wikimedia.org/r/181961 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib9dfc0d1e2c54a00571644a81c1130a4bd757cd4 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
