diff options
Diffstat (limited to 'bin/draknfs')
-rwxr-xr-x | bin/draknfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/draknfs b/bin/draknfs index e71c102..a22448f 100755 --- a/bin/draknfs +++ b/bin/draknfs @@ -350,7 +350,7 @@ sub add_modify_entry { $_->set_sensitive(0) foreach $anongid, $anonuid; } - my $expender = Gtk2::Expander->new('Advanced options'); + my $expender = Gtk2::Expander->new(N("Advanced options")); $expender->add(gtknew('VBox', spacing => 5, children_tight => [ $label_and_widgets->($adv_options{sync}, $lsync, help_b($help_global)), $label_and_widgets->($adv_options{secured}, $lsecure, ""), |