Skip to content
Snippets Groups Projects
Commit 9fd7fdb1 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

improve error message

parent f3dad30d
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ Mediawikir <- R6Class("Mediawikir", ...@@ -297,7 +297,7 @@ Mediawikir <- R6Class("Mediawikir",
success <- self$postContent(paste(field," → ", newValue, sep="")) success <- self$postContent(paste(field," → ", newValue, sep=""))
} }
else{ else{
success <- paste("No modification of ",self$page," due to setting “",field,"” to “",newValue,"”.",sep="") success <- paste("No modification of ",self$page," while trying to set “",field,"” to “",newValue,"”.",sep="")
} }
} }
return(success) return(success)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment