[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#606155: refcard: error in pot template file



Package: refcard


In [refcard source package]/po4a/entries.pot we have this string...

#. type: Content of: <article><section><glosslist><glossentry><glossterm>
#: entries.dbk:518
msgid ""
"dpkg <literal>--compare-versions </literal> <literal> </literal> "
"<replaceable>v1</replaceable> gt <replaceable>v2</replaceable>"
msgstr ""

... where "gt" should be &gt; to be expanded to ">".
Patch attached.


Cheers
Holger

-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
    under DEBIAN GNU/LINUX 5.0.0 - L e n n y
        Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

--- refcard_entries.pot	2010-12-06 22:10:01.000000000 +0100
+++ refcard_entries_workingcopy.pot	2010-12-06 22:10:46.000000000 +0100
@@ -1041,7 +1041,7 @@
 #: entries.dbk:518
 msgid ""
 "dpkg <literal>--compare-versions </literal> <literal> </literal> "
-"<replaceable>v1</replaceable> gt <replaceable>v2</replaceable>"
+"<replaceable>v1</replaceable> &gt; <replaceable>v2</replaceable>"
 msgstr ""
 
 # type: Content of: <article><section><glosslist><glossentry><glossdef><para>


Reply to: