diff --git a/versioncontrol.install b/versioncontrol.install
index f5a0cc9..5e145d9 100644
--- a/versioncontrol.install
+++ b/versioncontrol.install
@@ -91,7 +91,7 @@ function versioncontrol_schema() {
       ),
       'message' => array(
         'description' =>
-          'Log message. Might be empty for branch and tag operations, depending on the version control system\'s capabilities. Should really not be empty for commit messages, except for the super-evil case when the commit author is sloppy enough not to enter one *and* the VCS allows that to happen.',
+          'Log message. Might be empty for branch and tag operations, depending on the version control system capabilities. Should really not be empty for commit messages, except for the super-evil case when the commit author is sloppy enough not to enter one *and* the VCS allows that to happen.',
         'type' => 'text',
         'not null' => FALSE,
       ),
