Revert "FP2-1474: Fairphone OS download notification is incorrect"

This reverts commit 7297aea0e6b33d1c984923e2d910f54041817016.
diff --git a/src/com/fairphone/updater/tools/Utils.java b/src/com/fairphone/updater/tools/Utils.java
index 2036f3d..bb4e038 100644
--- a/src/com/fairphone/updater/tools/Utils.java
+++ b/src/com/fairphone/updater/tools/Utils.java
@@ -383,7 +383,7 @@
             if (isVersion)
             {
                 Version version = (Version) item;
-                title = version.getHumanReadableName();
+                title = version.getName() + " " + version.getImageTypeDescription(resources);
             }
             else
             {