diff --git a/sfm b/sfm index 144a849..aad0ae1 100755 --- a/sfm +++ b/sfm @@ -835,7 +835,7 @@ do_open_with() { do_newfile() { goto "$(term_rows)" 1 - printf '%s%s New file name (esc=cancel): %s' "${ERASE_LINE}" "${WHITE}${BOLD}" "${RESET}" + printf '%s%s File name: %s' "${ERASE_LINE}" "${WHITE}${BOLD}" "${RESET}" if read_line && [ -n "$READ_LINE" ]; then touch "${CWD}/${READ_LINE}" load_entries