From 21b2e43991ea639be10656201b68132828a6e230 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Oct 2012 18:45:08 +0000 Subject: (N) kill KDE like comment even if string doesn't have "\n" at end thus fixing comment in license text --- perl-install/common.pm | 2 +- perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/common.pm b/perl-install/common.pm index 7aea9bc17..ddd471cee 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -63,7 +63,7 @@ sub translate_real { sub remove_translate_context { my ($s) = @_; #- translation with context, kde-like - $s =~ s/^_:.*\n//; + $s =~ s/^_:.*(?:\n)?//g; $s; } diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 10728f1da..7a9ae724e 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix comment in license text + Version 14.46.1 - 2 October 2012 - fix build with latest pango -- cgit v1.2.1