Bug 21481: (QA follow-up) Remove last reference to text-extract2
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 5 Oct 2018 12:25:34 +0000 (14:25 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 5 Oct 2018 15:03:18 +0000 (15:03 +0000)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
misc/translator/TmplTokenizer.pm

index 98ec61a..98f322c 100644 (file)
@@ -122,7 +122,7 @@ sub _set_js_mode {
     return $this;
 }
 
-#used in xgettext, tmpl_process3 and text-extract2
+#used in xgettext, tmpl_process3
 sub set_allow_cformat {
     my $this = shift;
     $this->{+ALLOW_CFORMAT_P} = $_[0];