From f5929b1d8d049787c1766febc259cbcbfb8e008a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Sep 2005 12:19:07 +0000 Subject: (license_msg) merge 2 similar strings --- perl-install/standalone/drakfont | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakfont') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index a842764a8..b7a298d43 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -427,7 +427,7 @@ sub remove_fonts() { } sub license_msg() { - print N("Before installing any fonts, be sure that you have the right to use and install them on your system.\n\n-You can install the fonts the normal way. In rare cases, bogus fonts may hang up your X Server.") . "\n"; + print N("Before installing any fonts, be sure that you have the right to use and install them on your system.\n\nYou can install the fonts the normal way. In rare cases, bogus fonts may hang up your X Server.") . "\n"; } sub backend_mod() { @@ -554,7 +554,7 @@ sub appli_choice() { dialog(N("Options"), [ 0, N("Choose the applications that will support the fonts:"), - 0, Gtk2::WrappedLabel->new(N("Before installing any fonts, be sure that you have the right to use and install them on your system.\n\nYou can install the fonts the normal way. In rare cases, bogus fonts may hang up your X Server.")), + 0, Gtk2::WrappedLabel->new(license_msg()), (map { my ($label, $ref) = @$_; (0, gtkpack_(Gtk2::HBox->new, -- cgit v1.2.1