Distinguish occurence of 'Note' string between layouts and inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21969 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2007-12-05 18:46:21 +00:00
parent 462f35c06b
commit 39b522e7f8
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,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);
translator.addPair(_("Framed"), InsetNoteParams::Framed);

View File

@ -204,6 +204,7 @@ What's new
- Fix problem after cancelling the Insert Plain Text dialog.
- Distinguish translations for 'Note' between layouts and inset.
* DOCUMENTATION