mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-15 02:04:02 +00:00
b4b9da7e51
The popup label was being styled as two words from two different i18n messages, each a different colour. This combines them into one, moves the identifing class name up to the outer span, and colours both words blue (the outer braces are left black). Bug: T174219 Change-Id: Id1166f48ae4b3b8daff29be56dd92ef330dd9cef
16 lines
680 B
JSON
16 lines
680 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"pastakhov"
|
|
]
|
|
},
|
|
"codemirror-desc": "Provides syntax highlighting in wikitext editor",
|
|
"codemirror-toggle-label": "Syntax highlighting",
|
|
"codemirror-beta-title": "Wikitext syntax highlighting",
|
|
"codemirror-beta-desc": "Syntax highlighting makes editing easier by using color and shade to visually separate page text from the code for links, references and templates.",
|
|
"codemirror-popup-label": "Syntax Highlighting",
|
|
"codemirror-popup-desc": "Syntax highlighting will help you easily distinguish different parts of your edit by color coding them.",
|
|
"codemirror-popup-btn-yes": "Try it",
|
|
"codemirror-popup-btn-no": "No, thank you"
|
|
}
|