From 2df4764423e90427b50efde5d6fcc8d4b84bd7f3 Mon Sep 17 00:00:00 2001 From: "alqahira%ardisson.org" Date: Sun, 28 Oct 2007 18:52:12 +0000 Subject: [PATCH] Bug 401400 - 'setup' should be 'set up' in profile/preference creation warning strings (and fix RequiredVersionNotMet). r/sr=smorgan --- .../localized/English.lproj/Localizable.strings.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/camino/resources/localized/English.lproj/Localizable.strings.in b/camino/resources/localized/English.lproj/Localizable.strings.in index 8de4058a40b..936e36347e9 100644 --- a/camino/resources/localized/English.lproj/Localizable.strings.in +++ b/camino/resources/localized/English.lproj/Localizable.strings.in @@ -19,11 +19,11 @@ "StartupFailureBinPathMsg" = "An error occurred which prevents %@ from running (could not get path to executable)."; "StartupFailureInitEmbeddingMsg" = "An error occurred which prevents %@ from running (failed to initialize layout engine)."; "StartupFailureProfilePathMsg" = "An error occurred which prevents %@ from running (could not get profile location)."; -"StartupFailureProfileSetupMsg" = "An error occurred which prevents %@ from running (failed to setup profile location)."; -"StartupFailureNoPrefsMsg" = "An error occurred which prevents %@ from running (failed to setup preferences)."; +"StartupFailureProfileSetupMsg" = "An error occurred which prevents %@ from running (failed to set up profile location)."; +"StartupFailureNoPrefsMsg" = "An error occurred which prevents %@ from running (failed to set up preferences)."; "RequiredVersionNotMetTitle" = "Cannot Launch %@"; -"RequiredVersionNotMet" = "%@ requires Mac OS X 10.3 or higher."; +"RequiredVersionNotMet" = "%@ requires Mac OS X 10.4 or higher."; /* Restoring saved session after crash dialog */ "RestoreAfterCrashTitle" = "Restore previous pages?";