From 37b6a43a6253f6066adda9ebc5ca08cd8cb41a81 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Jan 2004 15:19:28 +0000 Subject: remove spurious minus at beginning of paragraph --- 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 fa93ef4e7..a838aa693 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -627,7 +627,7 @@ sub appli_choice() { gtkpack($font_box, $choice_box = gtkpack__(Gtk2::VBox->new, N("Choose the applications that will support the fonts:"), - Gtk2::WrappedLabel->new(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.")), + 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.")), (map { gtkpack_(Gtk2::HBox->new, 0, $_->[0], -- cgit v1.2.1