summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draknfs
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-07-15 09:58:39 +0000
committerOlivier Blin <oblin@mandriva.org>2005-07-15 09:58:39 +0000
commit43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be (patch)
tree784cca7cf6ac04ea4c63e545fe5b199cf767e502 /perl-install/standalone/draknfs
parentd2ce60d6be52cb011e7f05e54e5ec121e93c358e (diff)
downloaddrakx-backup-do-not-use-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.tar
drakx-backup-do-not-use-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.tar.gz
drakx-backup-do-not-use-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.tar.bz2
drakx-backup-do-not-use-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.tar.xz
drakx-backup-do-not-use-43e5b6f5832e818b80433cc3cd3ef4b9f7fde9be.zip
don't translate the empty string
Diffstat (limited to 'perl-install/standalone/draknfs')
-rw-r--r--perl-install/standalone/draknfs2
1 files changed, 1 insertions, 1 deletions
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,