diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-12 15:19:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-12 15:19:28 +0000 |
commit | 37b6a43a6253f6066adda9ebc5ca08cd8cb41a81 (patch) | |
tree | 8b5554ad4375c27a4d64be0273259fbc9216e7d4 /perl-install | |
parent | 554e6ae55e958c2ba24bf7ae9aa422a784448b82 (diff) | |
download | drakx-backup-do-not-use-37b6a43a6253f6066adda9ebc5ca08cd8cb41a81.tar drakx-backup-do-not-use-37b6a43a6253f6066adda9ebc5ca08cd8cb41a81.tar.gz drakx-backup-do-not-use-37b6a43a6253f6066adda9ebc5ca08cd8cb41a81.tar.bz2 drakx-backup-do-not-use-37b6a43a6253f6066adda9ebc5ca08cd8cb41a81.tar.xz drakx-backup-do-not-use-37b6a43a6253f6066adda9ebc5ca08cd8cb41a81.zip |
remove spurious minus at beginning of paragraph
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakfont | 2 |
1 files changed, 1 insertions, 1 deletions
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], |