diff --git a/OpenPGP-Keychain/src/main/res/raw/help_about.html b/OpenPGP-Keychain/src/main/res/raw/help_about.html
index 17b88c460..85130965c 100644
--- a/OpenPGP-Keychain/src/main/res/raw/help_about.html
+++ b/OpenPGP-Keychain/src/main/res/raw/help_about.html
@@ -28,7 +28,7 @@ And don't add newlines before or after p tags because of transifex -->
Libraries
- Android Support Library v4 (Apache License v2)
-- Android Support Library v7 appcompat (Apache License v2)
+- Android Support Library v7 'appcompat' (Apache License v2)
- StickyListHeaders (Apache License v2)
- Android-Bootstrap (MIT License)
- ZXing (Apache License v2)
diff --git a/README.md b/README.md
index 9a1e24091..7f63c93b8 100644
--- a/README.md
+++ b/README.md
@@ -234,8 +234,12 @@ Some parts (older parts and some libraries are Apache License v2, MIT X11 Licens
https://github.com/rtyley/spongycastle
MIT X11 License
-* ActionBarSherlock
- http://actionbarsherlock.com/
+* Android Support Library v4
+ http://developer.android.com/tools/support-library/index.html
+ Apache License v2
+
+* Android Support Library v7 'appcompat'
+ http://developer.android.com/tools/support-library/index.html
Apache License v2
* HtmlTextView