diff options
author | Einar Egilsson | 2009-10-07 12:54:34 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-07 12:54:34 +0000 |
commit | 756a6c22bbed654423bb4976e95968cff4fee49d (patch) | |
tree | 77b370f482939d2bc5e87e958db778dba5ebbf17 /chrome/locale/en-US/redirector.properties | |
parent | eb5ee94ad622ac89b886cc74fcb8cd8328b1fbaf (diff) |
Prompt before delete, disable edit and delete buttons properly. Use checkboxes for setting enabled/disabled status of redirects.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@255 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/en-US/redirector.properties')
-rw-r--r-- | chrome/locale/en-US/redirector.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties index 6b4ecf7..b57025b 100644 --- a/chrome/locale/en-US/redirector.properties +++ b/chrome/locale/en-US/redirector.properties @@ -15,5 +15,5 @@ xpathDeprecated=XPath patterns are no longer supported as of version 1.5.1, plea redirectorFiles=Redirector files (*.rdx) exportCaption=Export redirects... importCaption=Import redirects... -disable=Disable -enable=Enable
\ No newline at end of file +deleteConfirmationText=Are you sure you want to permanently delete this redirect? +deleteConfirmationTitle=Delete redirect? |