Skip to content

Commit

Permalink
Remove misleading "for each inspection"
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Oct 5, 2023
1 parent 0837c5b commit ea79394
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/setGlobalInspectionID.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ setGlobalInspectionID <- function(

message(
"There are ", n_missing, " missing inspection times. I will set missing ",
"inspection times to '", default.time, "' (plus random seconds) for ",
"each inspection. You may change this time value by setting the ",
"argument 'default.time'."
"inspection times to '", default.time, "' (plus random seconds). You ",
"may change this time value by setting the argument 'default.time'."
)

# We have to fix the random number generator otherwise the times are not
Expand Down

0 comments on commit ea79394

Please sign in to comment.