mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
Fix synax error. Make JSON valid
Followup to https://gerrit.wikimedia.org/r/#/c/122270/1/i18n/qqq.json,unified Change-Id: Ie6f2074306a64b09e0e10568619cc6c97aa3e882
This commit is contained in:
parent
bf22c69263
commit
07a39e9b07
|
@ -32,7 +32,7 @@
|
|||
"scribunto-console-cleared": "Message displayed in the console when the module source has been changed.",
|
||||
"scribunto-console-cleared-session-lost": "Message displayed in the console when the session has expired.",
|
||||
"scribunto-common-error-category": "Tracking category for pages with errors from #invoke",
|
||||
"scribunto-common-error-category-desc" => "Description on [[Special:TrackingCategories]] for the {{msg-mw|scribunto-common-error-category}} tracking category.",
|
||||
"scribunto-common-error-category-desc": "Description on [[Special:TrackingCategories]] for the {{msg-mw|scribunto-common-error-category}} tracking category.",
|
||||
"scribunto-common-nosuchmodule": "Error message displayed when referencing a non-existing module.",
|
||||
"scribunto-common-nofunction": "Error message displayed when not specifying a function to call.",
|
||||
"scribunto-common-nosuchfunction": "Error message displayed when referencing a non-existing function.",
|
||||
|
|
Loading…
Reference in a new issue