diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0c1ecc827..2f02f3dbe 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -54,6 +54,7 @@
android:name="FDroidApp"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
+ android:description="@string/app_description"
android:allowBackup="true"
android:theme="@style/AppThemeDark"
android:supportsRtl="true" >
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 263bb5da5..179619796 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -280,5 +280,6 @@
The (de-)installation failed. If you are using root access, try disabling this setting!
System permissions denied
This option is only available when F-Droid is installed as a system-app.
-
+
+ F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.