Jean-Marc Lasgouttes wrote:
> Feel free to send a patch... It is in already.

OK. Here it comes (safe to apply).

Thanks,
Juergen.

>
JMArc

---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/
Index: src/frontends/xforms/ChangeLog
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.313
diff -u -r1.313 ChangeLog
--- src/frontends/xforms/ChangeLog	2002/03/08 11:05:48	1.313
+++ src/frontends/xforms/ChangeLog	2002/03/08 13:22:14
@@ -1,3 +1,7 @@
+2002-03-08  Juergen Spitzmueller  <[EMAIL PROTECTED]>
+
+	* FormGraphics.C: Tiny stylistic correction.
+
 2002-03-07  Juergen Spitzmueller  <[EMAIL PROTECTED]>
 
 	* FormGraphics.C:
Index: src/frontends/xforms/FormGraphics.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/FormGraphics.C,v
retrieving revision 1.52
diff -u -r1.52 FormGraphics.C
--- src/frontends/xforms/FormGraphics.C	2002/03/08 11:05:48	1.52
+++ src/frontends/xforms/FormGraphics.C	2002/03/08 13:22:16
@@ -488,8 +488,8 @@
 			|| fl_get_choice(size_->choice_height_units) > 3
 			&& fl_get_choice(size_->choice_height_units) < 8)
 				Alert::alert(_("Warning!"),
-			   	_("The values %t, %p, %c and %l are not allowed here."),
-			   	_("Cannot take the values from LaTeX size!."));
+			   	_("The units t%, p%, c% and l% are not allowed here."),
+			   	_("Cannot use the values from LaTeX size!"));
 		else {
 	    		LyXLength dummy = LyXLength(getLengthFromWidgets(size_->input_width,
 				size_->choice_width_units));

Reply via email to