Please apply

thanks
john

-- 
"here's a joke for you: why did the chicken turn around and around in circles. 
 as i think she turned around; but why? why did the chicken cross the road; 
 i think she turned around but why? why did the chicken turn around and do something 
else?" 
        - Mega HAL
Index: src/frontends/xforms/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.364
diff -u -r1.364 ChangeLog
--- src/frontends/xforms/ChangeLog      29 Apr 2002 16:16:35 -0000      1.364
+++ src/frontends/xforms/ChangeLog      29 Apr 2002 21:50:46 -0000
@@ -1,3 +1,8 @@
+2002-04-29  John Levon  <[EMAIL PROTECTED]>
+
+       * FormBibtex.C:
+       * FormCitation.C: fix two typos
+ 
 2002-04-29  Angus Leeming  <[EMAIL PROTECTED]>
 
        * FormCharacter.h:
Index: src/frontends/xforms/FormCitation.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormCitation.C,v
retrieving revision 1.68
diff -u -r1.68 FormCitation.C
--- src/frontends/xforms/FormCitation.C 26 Apr 2002 09:27:45 -0000      1.68
+++ src/frontends/xforms/FormCitation.C 29 Apr 2002 21:50:46 -0000
@@ -208,7 +208,7 @@
        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).");
Index: src/frontends/xforms/FormBibtex.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormBibtex.C,v
retrieving revision 1.31
diff -u -r1.31 FormBibtex.C
--- src/frontends/xforms/FormBibtex.C   26 Apr 2002 15:39:53 -0000      1.31
+++ src/frontends/xforms/FormBibtex.C   29 Apr 2002 21:50:46 -0000
@@ -65,7 +65,7 @@
        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).");

Reply via email to