diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-19 14:29:05 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-19 14:29:05 +0200 |
commit | 1a1d8ddc8cbba1cb405ca62f2be7402e39bb5a68 (patch) | |
tree | 7180897e45561a9c1ee75a1b2d6811ce830d62dc /browser/components/migration/FirefoxProfileMigrator.js | |
parent | 54c479af3a81f09be57465185d56ab1217a8b47f (diff) | |
download | UXP-1a1d8ddc8cbba1cb405ca62f2be7402e39bb5a68.tar UXP-1a1d8ddc8cbba1cb405ca62f2be7402e39bb5a68.tar.gz UXP-1a1d8ddc8cbba1cb405ca62f2be7402e39bb5a68.tar.lz UXP-1a1d8ddc8cbba1cb405ca62f2be7402e39bb5a68.tar.xz UXP-1a1d8ddc8cbba1cb405ca62f2be7402e39bb5a68.zip |
moebius#84: Fix: The profile - resetting
https://github.com/MoonchildProductions/moebius/pull/184
Diffstat (limited to 'browser/components/migration/FirefoxProfileMigrator.js')
-rw-r--r-- | browser/components/migration/FirefoxProfileMigrator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/migration/FirefoxProfileMigrator.js b/browser/components/migration/FirefoxProfileMigrator.js index 60ffcf627..2714cdbcd 100644 --- a/browser/components/migration/FirefoxProfileMigrator.js +++ b/browser/components/migration/FirefoxProfileMigrator.js @@ -7,7 +7,7 @@ "use strict"; /* - * Migrates from a Firefox profile in a lossy manner in order to clean up a + * Migrates from a Basilisk profile in a lossy manner in order to clean up a * user's profile. Data is only migrated where the benefits outweigh the * potential problems caused by importing undesired/invalid configurations * from the source profile. |