https://bugzilla.wikimedia.org/show_bug.cgi?id=67274

--- Comment #1 from Yuki Shira <shirayuk...@gmail.com> ---
monobook-view-create and vector-view-create are also reused.

As written in VisualEditor.php, we can avoid message reuse by adding the
following code:
 $wgVisualEditorTabMessages['edit'] = 'visualeditor-ca-ve-edit';
 $wgVisualEditorTabMessages['create'] = 'visualeditor-ca-ve-create';
 $wgVisualEditorTabMessages['editsection'] = 'visualeditor-ca-ve-edit-section';

But visualeditor-ca-ve-edit, visualeditor-ca-ve-create, and
visualeditor-ca-ve-edit-section are all "VisualEditor".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to