aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--i_ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_ui.go b/i_ui.go
index 3971478..31183fe 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -165,7 +165,7 @@ func i_draw_delete_box(ui HardUI, item *ItemsNode) {
var text string
var file string
if item.is_dir() == true {
- text = "Really delete this directory and all subsequent files?"
+ text = "Really delete this directory and all of its content?"
file = item.Dirs.path()
} else {
host := item.Host