Skip to content

Commit

Permalink
Update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Dec 18, 2023
1 parent 18618a0 commit 23bc1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/compilation.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ compile_model <- function(populations, generation_time, path = NULL, resolution
if (interactive() && !force) {
answer <- utils::menu(c("Yes", "No"),
title = paste0("Are you ABSOLUTELY SURE you want to delete '", path,
"'?\nThere is no going back.")
"'?\nThere will be no going back after this.")
)
force <- answer == 1
}
Expand Down

0 comments on commit 23bc1dd

Please sign in to comment.