aboutsummaryrefslogtreecommitdiff
path: root/chrome/locale/en-US
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/locale/en-US')
-rw-r--r--chrome/locale/en-US/redirectList.xul.dtd1
-rw-r--r--chrome/locale/en-US/redirector.properties4
2 files changed, 3 insertions, 2 deletions
diff --git a/chrome/locale/en-US/redirectList.xul.dtd b/chrome/locale/en-US/redirectList.xul.dtd
index 5379647..c8892cc 100644
--- a/chrome/locale/en-US/redirectList.xul.dtd
+++ b/chrome/locale/en-US/redirectList.xul.dtd
@@ -3,6 +3,7 @@
<!ENTITY colIncludePattern.label "Include pattern">
<!ENTITY colExcludePattern.label "Exclude pattern">
<!ENTITY colRedirectTo.label "Redirect to">
+<!ENTITY colEnabled.label "Enabled">
<!ENTITY btnAdd.label "Add...">
<!ENTITY btnEdit.label "Edit...">
<!ENTITY btnDelete.label "Delete">
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?