added a new string constant

svn: r7480
This commit is contained in:
Robby Findler 2007-10-10 21:33:48 +00:00
parent a62eed0c16
commit 48793aaaa4
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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