From 43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 15 Jul 2005 09:58:39 +0000 Subject: don't translate the empty string --- perl-install/standalone/draknfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index 00547d4c6..22b95975b 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -411,7 +411,7 @@ sub add_modify_entry { 0, $label_and_widgets->(N("Anonymous Group ID:"), $anongid, ""), ), ), - 0, gtkadd(Gtk2::Frame->new(N("")), + 0, gtkadd(Gtk2::Frame->new(""), gtkpack_(gtkset_border_width(Gtk2::VBox->new, 5), # 0, $advanced, 0, $expender, -- cgit v1.2.1