aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsfm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfm b/sfm
index aad0ae1..e5ee6ef 100755
--- a/sfm
+++ b/sfm
@@ -1367,7 +1367,7 @@ do_rename() {
do_mkdir() {
goto "$(term_rows)" 1
- printf '%s%s New dir name (esc=cancel): %s' "${ERASE_LINE}" "${CYAN}${BOLD}" "${RESET}"
+ printf '%s%s Directory name: %s' "${ERASE_LINE}" "${CYAN}${BOLD}" "${RESET}"
if read_line && [ -n "$READ_LINE" ]; then
mkdir -p "${CWD}/${READ_LINE}"
load_entries