diff --git a/.gitignore b/.gitignore
index c4fd25d6e4..24f0e5b3e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,8 @@ ID
/machrc
/.machrc
+obj-x86_64-pc-mingw32/
+
# Empty marker file that's generated when we check out NSS
security/manager/.nss.checkout
diff --git a/README.md b/README.md
index 28a6d4d965..1cbee3cd1f 100644
--- a/README.md
+++ b/README.md
@@ -1,49 +1,12 @@
-# Repo for Eclipse Lun3r and Eclipse Hydra
+# Dactyloidae web browser
-Eclipse Lun3r is a fork of Pale Moon made for Windows XP. Some advantages over upstream and roytam1's New Moon are more optimzations and better interoperability with upstream. (using SQL storage intead of DBM)
+Dactyloidae is a fork of Eclipse Lun3r (fork of Pale Moon made for Windows XP).
-
-
-Eclipse Hydra is a fork of Basilisk made for Windows XP. Some advantages over upstream and roytam1's Serpent are more optimzations and better interoperability with upstream. (using SQL storage intead of DBM)
-
-
-
-# Original repository readme
+Some advantages over upstream, roytam1's New Moon and Lun3r are:
+- More optimzations
+- Better interoperability with upstream. (using SQL storage intead of DBM)
+- More modern theme
+- Better e10s support
-# Unified XUL Platform (UXP)
-This repository holds the code for a unified application platform for XUL-based
-applications. It is a hard fork from the Mozilla code repository (mozilla-central)
-with an ESR-52 fork point.
-
-In addition to further development based on the Mozilla upstream code, and
-selective cherry-picking of directly-applicable patches, this repository has its
-own development and holds the base for a maintained platform to be used by XUL
-applications.
-
-For a list of active projects making use of the Unified XUL Platform, checkout http://thereisonlyxul.org/.
-
-## Additional documentation
-
-Additional documentation relevant to this source code can be found in the `/docs`
-directory. This will contain relevant documentation regarding contributing,
-using and distributing this code and its binaries.
-
-If you are interested in the development and building side of things, some
-information will be available on the [Pale Moon developer site](http://developer.palemoon.org).
-You are also always welcome to get in touch with our community on the [Pale Moon forum](https://forum.palemoon.org/).
-
-### A note about trademarks and branding
-
-Although this repository is licensed under Mozilla Public License v2.0, the
-trademarks and brands contained herein remain the property of their respective
-owners. For more details, please see the notifications in the respective directories.
-
-### Foundation and maintainership
-
-This repository has been founded by Moonchild (M.C. Straver) and is maintained by him
-and other community members.
-If you fork this repository to perform your own work on it, please consider offering
-improvement patches upstream to its origin to mutually improve the platform and build
-a future for XUL.
diff --git a/application/basilisk/app/application.ini b/application/basilisk/app/application.ini
index 917cb155fa..7e9ba224fc 100644
--- a/application/basilisk/app/application.ini
+++ b/application/basilisk/app/application.ini
@@ -25,7 +25,7 @@ RemotingName=@MOZ_APP_REMOTINGNAME@
#ifdef MOZ_APP_DISPLAYNAME
CodeName=@MOZ_APP_DISPLAYNAME@
#endif
-Version=@MOZ_APP_VERSION@
+Version=52.10.0
#ifdef MOZ_APP_PROFILE
Profile=@MOZ_APP_PROFILE@
#endif
diff --git a/application/basilisk/base/content/aboutDialog.xul b/application/basilisk/base/content/aboutDialog.xul
index e55f3f27b5..9241dab078 100644
--- a/application/basilisk/base/content/aboutDialog.xul
+++ b/application/basilisk/base/content/aboutDialog.xul
@@ -30,7 +30,7 @@
#ifdef XP_MACOSX
inwindowmenu="false"
#else
- title="&aboutDialog.title;"
+ title="About LegacyEngine"
#endif
role="dialog"
aria-describedby="version distribution distributionId communityDesc contributeDesc trademark"
@@ -141,7 +141,7 @@
#endif
#else