From bc7effa71d5d7329af950aca3143bc01b84201c3 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 15 Jan 2024 20:20:20 +0100 Subject: i think its good? pls --- i_ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i_ui.go') 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 -- cgit v1.2.3