Skip to content
Snippets Groups Projects
Commit fd2be43f authored by Kathleen Brade's avatar Kathleen Brade
Browse files

Bug 14631: Improve profile access error msgs (strings).

To allow for localization, get profile-related error strings from Torbutton.
parent c9cfd540
Branches bug14631-01
No related tags found
No related merge requests found
......@@ -61,3 +61,10 @@ canvas.allow=Allow in the future
canvas.allowAccessKey=A
canvas.never=Never for this site (recommended)
canvas.neverAccessKey=e
# Profile/startup error messages. Strings are kept here for ease of translation.
# LOCALIZATION NOTE: %S is the application name.
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment