summaryrefslogtreecommitdiffstats
path: root/bin/draknfs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/draknfs')
-rwxr-xr-xbin/draknfs2
1 files changed, 1 insertions, 1 deletions
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;