From: Pavel Sanda Date: Wed, 5 Dec 2007 18:19:55 +0000 (+0000) Subject: Distinguish occurence of 'Note' string between layouts and inset X-Git-Tag: 1.6.10~7047 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6ef3177befa1788a159034a7c7d8ac329509962c;p=features.git Distinguish occurence of 'Note' string between layouts and inset git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21968 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetNote.cpp b/src/insets/InsetNote.cpp index 64a4898a52..e69bd6ee90 100644 --- a/src/insets/InsetNote.cpp +++ b/src/insets/InsetNote.cpp @@ -63,7 +63,7 @@ NoteTranslator const init_notetranslator() NoteTranslatorLoc const init_notetranslator_loc() { - NoteTranslatorLoc translator(_("Note"), InsetNoteParams::Note); + NoteTranslatorLoc translator(_("Note[[InsetNote]]"), InsetNoteParams::Note); translator.addPair(_("Comment"), InsetNoteParams::Comment); translator.addPair(_("Greyed out"), InsetNoteParams::Greyedout); return translator;