diff options
author | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-15 20:20:20 +0100 |
commit | bc7effa71d5d7329af950aca3143bc01b84201c3 (patch) | |
tree | 767c71d05a750394aa6ae50bb9d413f6c3e9b7ec /i_ui.go | |
parent | ok (diff) | |
download | hardflip-bc7effa71d5d7329af950aca3143bc01b84201c3.tar.gz hardflip-bc7effa71d5d7329af950aca3143bc01b84201c3.tar.bz2 hardflip-bc7effa71d5d7329af950aca3143bc01b84201c3.tar.xz hardflip-bc7effa71d5d7329af950aca3143bc01b84201c3.tar.zst hardflip-bc7effa71d5d7329af950aca3143bc01b84201c3.zip |
i think its good? pls
Diffstat (limited to 'i_ui.go')
-rw-r--r-- | i_ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |