From a54441611cf883076107b880fed3d85afd126bdc Mon Sep 17 00:00:00 2001 From: raymond Date: Tue, 20 Nov 2012 22:09:41 +0100 Subject: [PATCH] Fix message key, probably c&p error in I1cc00844 Change-Id: I4400ceeda59d76e433cda61c546a196cb3400ba8 --- VisualEditor.i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualEditor.i18n.php b/VisualEditor.i18n.php index 834588287a..1d7c11f6bc 100644 --- a/VisualEditor.i18n.php +++ b/VisualEditor.i18n.php @@ -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)',