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 5055b11..4337c69 100755
--- a/bin/draknfs
+++ b/bin/draknfs
@@ -472,7 +472,7 @@ sub remove_entry {
if ($iter) {
my $path = $model->get_path($iter);
my $i = ($path->get_indices)[0];
- ask_okcancel("Remove entry ?", "Remove $listshare[$i]{dir}") or return;
+ ask_okcancel(N("Remove entry?"), N("Remove %s", $listshare[$i]{dir})) or return;
$model->remove($iter);
splice @listshare, $i, 1;
}