From 81aa4137b15bdc2e868700b77c542d38c2fe5498 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Thu, 12 Mar 2009 22:54:16 +0000 Subject: Updated dialog title to match old string. --- bin/draknfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/draknfs') diff --git a/bin/draknfs b/bin/draknfs index dce5642..3d1497b 100755 --- a/bin/draknfs +++ b/bin/draknfs @@ -104,7 +104,7 @@ my $label_and_widgets = sub { sub show_file_dialog { my ($data) = @_; - my $file_dlg = gtknew('FileChooserDialog', title => N("Path selection"), action => 'select_folder', + my $file_dlg = gtknew('FileChooserDialog', title => N("Directory selection"), action => 'select_folder', modal => 1, transient_for => $dlg); $file_dlg->set_filename($data->get_text); $file_dlg->show; -- cgit v1.2.1