From 48793aaaa42df039144dbcd5b2d62dc9d59de183 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 10 Oct 2007 21:33:48 +0000 Subject: [PATCH] added a new string constant svn: r7480 --- collects/framework/private/preferences.ss | 2 +- collects/string-constants/english-string-constants.ss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/framework/private/preferences.ss b/collects/framework/private/preferences.ss index b3b636d866..64dba5f28f 100644 --- a/collects/framework/private/preferences.ss +++ b/collects/framework/private/preferences.ss @@ -71,7 +71,7 @@ the state transitions / contracts are: (string-constant error-saving-preferences-title) (format (string-constant prefs-file-locked) (path->string path)) - "Steal the lock && retry" ;(string-constant steal-the-lock) + (string-constant steal-the-lock-and-retry) (string-constant cancel) #f #f ;;parent diff --git a/collects/string-constants/english-string-constants.ss b/collects/string-constants/english-string-constants.ss index ade90467b6..aaa2ac03d9 100644 --- a/collects/string-constants/english-string-constants.ss +++ b/collects/string-constants/english-string-constants.ss @@ -383,6 +383,7 @@ please adhere to these guidelines: (preferences "Preferences") (error-saving-preferences "Error saving preferences: ~a") (error-saving-preferences-title "Error saving preferences") + (steal-the-lock-and-retry "Steal the lock && retry") ;; in the preferences error dialog; this happens when the lockfile exists (after 3 pref writes). (error-reading-preferences "Error reading preferences") (prefs-file-locked "The preferences file is locked (because the file ~a exists), so your preference change could not be saved. Cancel preference change?") (try-again "Try again") ;; button label