diff --git a/src/admin-settings.cls.php b/src/admin-settings.cls.php
index 6e1631782..d16878246 100644
--- a/src/admin-settings.cls.php
+++ b/src/admin-settings.cls.php
@@ -90,7 +90,7 @@ public function save($raw_data)
if ($data) {
foreach ($data as $k => $v) {
if (user_can($v, 'edit_posts')) {
- $msg = sprintf(__('The user id %s has the editor access, it is not allowed to be used as role simulator.', 'litespeed-cache'), '' . $v . '
');
+ $msg = sprintf(__('The user with id %s has editor access, which is not allowed for the role simulator.', 'litespeed-cache'), '' . $v . '
');
Admin_Display::error($msg);
unset($data[$k]);
}