]> git.lyx.org Git - features.git/commitdiff
remove duplicate lines
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 29 Apr 2005 14:56:05 +0000 (14:56 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 29 Apr 2005 14:56:05 +0000 (14:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9891 a592a061-630c-0410-9148-cb99ea01b6c8

po/ChangeLog
po/Makefile.in.in

index 327b53eb6b9c55c5d633d420ffadb04a6562eddf..bf7d7df78152226fa5e1758608b169528f6f23e2 100644 (file)
@@ -1,14 +1,14 @@
 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
 
-        * Makefile.in.in (layouts_l10n.pot): replace underscores with
-        spaces in Style definition; strip quotes
-        * de.po:
-       * fr.po: Adjust po files to '_'-less styles in layout files
+       * Makefile.in.in: remove duplicate lines
+
+2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
 
-2005-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+       * Makefile.in.in (layouts_l10n.pot): replace underscores with
+       spaces in Style definition; strip quotes
 
-       * Makefile.in.in (Makefile): remove quotes and underscores from
-       Style name.
+       * de.po:
+       * fr.po: Adjust po files to '_'-less styles in layout files
 
 2005-04-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
index 0fd389a28eaec7f054351cbc2893b2d2e1833cbe..cf1b062ba260121caa16d507e9dba4a16573b7e2 100644 (file)
@@ -438,8 +438,6 @@ layouts_l10n.pot: $(top_srcdir)/lib/layouts/*.layout $(top_srcdir)/lib/layouts/*
                        sub(/Style /, "", line); \
                        gsub(/\"/, "", line); \
                        gsub(/_/, " ", line); \
-                       gsub(/\"/, "", line); \
-                       gsub(/_/, " ", line); \
                        printf("#: %s:%d\nmsgid \"%s\"\nmsgstr \"\"\n\n", \
                                fixupfilename(), FNR, line); \
                } \