diff --git a/R/class.R b/R/class.R
index c07a25d4e1ca24e093d184191a3207ed0b4c9929..8e6177c57985b255731c0f8cbdc83b5f18df0d9b 100644
--- a/R/class.R
+++ b/R/class.R
@@ -297,7 +297,7 @@ Mediawikir <- R6Class("Mediawikir",
          success <- self$postContent(paste(field," → ", newValue, sep=""))
        }
        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)