diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-03-07 18:39:48 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-03-07 18:39:48 +0000 |
commit | 32a44f91610af362ff64d82b2e54020af352ff39 (patch) | |
tree | 200d05eab681328feb8281084fe3b250c8d8a3d9 /perl-install | |
parent | 48cb18a9abc36180a546cd29d821c20b18053306 (diff) | |
download | drakx-backup-do-not-use-32a44f91610af362ff64d82b2e54020af352ff39.tar drakx-backup-do-not-use-32a44f91610af362ff64d82b2e54020af352ff39.tar.gz drakx-backup-do-not-use-32a44f91610af362ff64d82b2e54020af352ff39.tar.bz2 drakx-backup-do-not-use-32a44f91610af362ff64d82b2e54020af352ff39.tar.xz drakx-backup-do-not-use-32a44f91610af362ff64d82b2e54020af352ff39.zip |
Added a missing _( ) around a text
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 58e6fffd5..8fc899d7f 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -740,7 +740,7 @@ sub appli_choice { 0, my $check44 = new Gtk::CheckButton(),), ), 0, gtkpack_(new Gtk::HBox(0,10), - 1, gtktext_insert(gtkset_editable($text, 0), "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 using the normal way. In rare cases, bogus fonts may hang up your X Server."), + 1, gtktext_insert(gtkset_editable($text, 0), _("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 using the normal way. In rare cases, bogus fonts may hang up your X Server.")), 0, new Gtk::VScrollbar($text->vadj), 0, new Gtk::VBox(0,10), ), |