diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/common.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
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 |