mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
(John): typos in the tooltips.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4097 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
acde47d4a0
commit
53499b74fd
@ -6,6 +6,11 @@
|
||||
appropriate. No longer translate the strings as this is done in
|
||||
getLanguageData.
|
||||
|
||||
2002-04-29 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* FormBibtex.C:
|
||||
* FormCitation.C: fix two typos
|
||||
|
||||
2002-04-29 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* FormCharacter.h:
|
||||
|
@ -65,7 +65,7 @@ void FormBibtex::build()
|
||||
str = _("Browse your directory for BibTeX stylefiles.");
|
||||
tooltips().init(dialog_->button_style_browse, str);
|
||||
|
||||
str = _("The BibTeX style to use (only one allowed). Insert it without the default extension \".bst\" and without path. Most of the bibstyles are stored in $TEXMF/bibtex/bst. $TEXMF is the root dir of the local TeX tree. In \"Help->TeX Info\" you can list all installed styles.");
|
||||
str = _("The BibTeX style to use (only one allowed). Insert it without the default extension \".bst\" and without path. Most of the bibstyles are stored in $TEXMF/bibtex/bst. $TEXMF is the root dir of the local TeX tree. In \"View->TeX Information\" you can list all installed styles.");
|
||||
tooltips().init(dialog_->input_style, str);
|
||||
|
||||
str = _("Activate this option if you want the bibliography to appear in the Table of Contents (which doesn't happen by default).");
|
||||
|
@ -208,7 +208,7 @@ void FormCitation::build()
|
||||
str = _("Here you may select how the citation label should look inside the text (Natbib).");
|
||||
tooltips().init(dialog_->choice_style, str);
|
||||
|
||||
str = _("Activate if you want to print all authors in a reference with more than three authors, and not \"<First Author> et.al.\" (Natbib).");
|
||||
str = _("Activate if you want to print all authors in a reference with more than three authors, and not \"<First Author> et al.\" (Natbib).");
|
||||
tooltips().init(dialog_->check_full_author_list, str);
|
||||
|
||||
str = _("Activate if you want to print the first character of the author name as uppercase (\"Van Gogh\", not \"van Gogh\"). Useful at the beginning of sentences (Natbib).");
|
||||
|
Loading…
Reference in New Issue
Block a user