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
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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.