aboutsummaryrefslogtreecommitdiff
path: root/locale/en-US
diff options
context:
space:
mode:
Diffstat (limited to 'locale/en-US')
-rw-r--r--locale/en-US/redirector.properties2
-rw-r--r--locale/en-US/settings.xul.dtd5
2 files changed, 6 insertions, 1 deletions
diff --git a/locale/en-US/redirector.properties b/locale/en-US/redirector.properties
index 128d08e..e0a05a5 100644
--- a/locale/en-US/redirector.properties
+++ b/locale/en-US/redirector.properties
@@ -12,7 +12,7 @@ testPatternFailure=The pattern %S does not match example URL %S
testPatternExclude=Example URL %S matches the exclude pattern %S and so would not be redirected
regexPatternError=The pattern '%S' is not a legal regular expression pattern. Details: %S
xpathDeprecated=XPath patterns are no longer supported as of version 1.5.1, please remove those redirects.
-redirectorFiles=Redirector files (*.rdx)
+redirectorFiles=Redirector files (*.rjson)
exportCaption=Export redirects...
importCaption=Import redirects...
deleteConfirmationText=Are you sure you want to permanently delete this redirect?
diff --git a/locale/en-US/settings.xul.dtd b/locale/en-US/settings.xul.dtd
index ff55b68..90d3f6f 100644
--- a/locale/en-US/settings.xul.dtd
+++ b/locale/en-US/settings.xul.dtd
@@ -32,6 +32,10 @@
<!ENTITY btnExport.accesskey "E">
<!ENTITY btnExport.tooltip "Export redirects to a file">
+<!ENTITY btnClose.label "Close">
+<!ENTITY btnClose.tooltip "Close this window">
+<!ENTITY btnClose.accesskey "C">
+
<!-- Tab headers -->
<!ENTITY tabRedirects.label "Redirects">
@@ -63,3 +67,4 @@
<!-- Import / Export -->
<!ENTITY lblExport.label "Export your redirects to a file">
<!ENTITY lblImport.label "Import new redirects from a file">
+