mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
qnote dialog: consistent terminology (bug 1270)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7448 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eaa3fd6ee0
commit
2884ad18c6
@ -2,6 +2,8 @@
|
||||
|
||||
* ui/QCitationDialogBase.ui: Omit correct signal for styleCO changes
|
||||
(bug 1284).
|
||||
* QNote.C:
|
||||
* ui/QNoteDialogBase.ui: consistent terminology for note inset (bug 1270)
|
||||
|
||||
2003-07-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
|
@ -26,7 +26,7 @@ typedef QController<ControlNote, QView<QNoteDialog> > base_class;
|
||||
|
||||
|
||||
QNote::QNote(Dialog & parent)
|
||||
: base_class(parent, _("LyX: Annotation Settings"))
|
||||
: base_class(parent, _("LyX: Note Settings"))
|
||||
{}
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
</property>
|
||||
<property stdset="1">
|
||||
<name>caption</name>
|
||||
<string>Annotation Settings</string>
|
||||
<string>Note Settings</string>
|
||||
</property>
|
||||
<property stdset="1">
|
||||
<name>sizeGripEnabled</name>
|
||||
@ -91,7 +91,7 @@
|
||||
</property>
|
||||
<property stdset="1">
|
||||
<name>text</name>
|
||||
<string>&Note</string>
|
||||
<string>LyX &Note</string>
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
@ -110,7 +110,7 @@
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
<string>Export to LaTeX but don't print</string>
|
||||
<string>Export to LaTeX/Docbook but don't print</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget>
|
||||
|
Loading…
Reference in New Issue
Block a user