summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/draknfs2
-rwxr-xr-xbin/draksambashare2
2 files changed, 2 insertions, 2 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;
diff --git a/bin/draksambashare b/bin/draksambashare
index 17926a5..4eaeede 100755
--- a/bin/draksambashare
+++ b/bin/draksambashare
@@ -243,7 +243,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;