From 5799bfbd4dba35bdaed21d17162fced9d0e2c948 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 14 Feb 2008 12:04:16 +0000 Subject: factorize two strings --- perl-install/standalone/drakfont | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakfont') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index d244f2d1b..7871a94bf 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -530,7 +530,7 @@ sub help() { $license =~ s/\n/\n\n/sg; # nicer formatting my $w = gtknew('AboutDialog', name => N("Drakfont"), version => mandrake_release_info()->{version}, - copyright => N("Copyright (C) 2001-2008 by Mandriva"), + copyright => N("Copyright (C) %s by Mandriva", '2001-2008'), license => $license, wrap_license => 1, comments => N("Font installer."), website => 'http://mandrivalinux.com', -- cgit v1.2.1