On Tuesday 18 September 2001 21:12, Michael Schmitt wrote:
> Dear Jean Marc,
> 
> after studying the gettext manual, I think it would be legal to just
> remove one of the duplicate "Note" entries. Is that right?
> 
> Anyway, when looking at the po files, I noticed a few typographic errors.
> Therefore, I started ispell and made a global find&replace all over my
> lyx-devel subtree. Enclosed please find a patch that fixes a few
> typos. If you think they are correct, you are free to commit them (but
> only if they really do not hurt)
> 
> Michael

Well, technically, I think that this one is wrong
Index: src/insets/insetfloatlist.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/insets/insetfloatlist.C,v
retrieving revision 1.9
diff -u -r1.9 insetfloatlist.C
--- src/insets/insetfloatlist.C 2001/08/19 13:13:47     1.9
+++ src/insets/insetfloatlist.C 2001/09/18 19:54:56
@@ -19,7 +19,7 @@
                string const res = guiName + _(" List");
                return res;
        }
-       return _("ERROR nonexistant float type!");
+       return _("ERROR: Nonexistent float type!");
 }

The word following the colon should be lower case. ;-)

Reply via email to