diff options
| author | Kathy Brade <brade@pearlcrescent.com> | 2016-03-04 14:21:10 -0500 |
|---|---|---|
| committer | Kathy Brade <brade@pearlcrescent.com> | 2016-03-04 14:21:10 -0500 |
| commit | 9be4fe9beb087d6a421bab705b4d1a1d60fd5f90 (patch) | |
| tree | e13d478f969fae9087ee760e24aa792e63dc7986 | |
| parent | cebf866143b4deb113a48c1e5ff05a2cf635af50 (diff) | |
Bug 13252: Do not store data in the app bundlebug13252-01
Add profileMigrationFailed string that is used by Tor Browser.
| -rw-r--r-- | src/chrome/locale/en/torbutton.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chrome/locale/en/torbutton.properties b/src/chrome/locale/en/torbutton.properties index 76c0c0d5..67c630bf 100644 --- a/src/chrome/locale/en/torbutton.properties +++ b/src/chrome/locale/en/torbutton.properties @@ -76,3 +76,4 @@ profileProblemTitle=%S Profile Problem profileReadOnly=You cannot run %S from a read-only file system. Please copy %S to another location before trying to use it. profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy %S to your Desktop or Applications folder before trying to use it. profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again. +profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used. |
