From 32a44f91610af362ff64d82b2e54020af352ff39 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 7 Mar 2002 18:39:48 +0000 Subject: Added a missing _( ) around a text --- 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 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), ), -- cgit v1.2.1