mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Fix message key, probably c&p error in I1cc00844
Change-Id: I4400ceeda59d76e433cda61c546a196cb3400ba8
This commit is contained in:
parent
a1a6121c9d
commit
a54441611c
|
@ -58,8 +58,8 @@ $messages['qqq'] = array(
|
|||
'visualeditor-notification-saved' => '$1 is a page name.',
|
||||
'visualeditor-notification-created' => '$1 is a page name.',
|
||||
'visualeditor-ca-editsource' => 'Text for the edit source link in the tab dropdown',
|
||||
'visualeditor-linkinspector-title' => 'Title of an unnamed inspector', # Fuzzy
|
||||
'visualeditor-linkinspector-title' => 'Title of the link inspector dialog', # Fuzzy
|
||||
'visualeditor-inspector-title' => 'Title of an unnamed inspector',
|
||||
'visualeditor-linkinspector-title' => 'Title of the link inspector dialog',
|
||||
'visualeditor-linkinspector-label-pagetitle' => 'Label for the text field that holds the link target in the link inspector',
|
||||
'visualeditor-formatdropdown-title' => 'This is a tooltip for the drop-down box for choosing the formatting style of the selected text, such as "Heading 1", "Heading 2" or "Plain text". (This is not related to "file format" or "data format", such as "Wikitext", "HTML", "PDF" etc.)',
|
||||
'visualeditor-formatdropdown-format-paragraph' => 'Item in the formatting dropdown for paragraphs (normal text)',
|
||||
|
|
Loading…
Reference in a new issue