diff --git a/README.txt b/README.txt
index db9986d..b7e1698 100644
--- a/README.txt
+++ b/README.txt
@@ -40,5 +40,5 @@ to locale module's impact.
 Conflicts
 ---------
 
-This module really won't work very well if you enable either String Overrides
-or Locale module at the same time.
+This module really won't work very well if you enable the String Overrides
+module at the same time.
diff --git a/stringoverrides_advanced.install b/stringoverrides_advanced.install
index 4e5dddb..9c1e926 100644
--- a/stringoverrides_advanced.install
+++ b/stringoverrides_advanced.install
@@ -122,14 +122,6 @@ function stringoverrides_advanced_requirements($phase) {
         'severity' => REQUIREMENT_ERROR,
       );
     }
-
-    if (module_exists('locale')) {
-      $requirements['stringoverrides_advanced_locale'] = array(
-        'title' => $t('String Overrides Advanced'),
-        'value' => $t('Not compatible with Locale module. Please disable either Locale module or String Overrides Advanced module.'),
-        'severity' => REQUIREMENT_ERROR,
-      );
-    }
   }
 
   return $requirements;
@@ -155,4 +147,4 @@ function stringoverrides_advanced_update_7100() {
     ->fields(array('weight' => -10000))
     ->condition('name', 'stringoverrides_advanced')
     ->execute();
-}
\ No newline at end of file
+}
