mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
462f35c06b
commit
39b522e7f8
@ -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);
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user