diff options
author | Einar Egilsson | 2011-08-26 16:55:21 +0200 |
---|---|---|
committer | Einar Egilsson | 2011-08-26 16:55:21 +0200 |
commit | 9b57efe67dd9f16ab30886182b6591b589c29bbf (patch) | |
tree | a51c4471b1ed692c0ccbc0b8ffd44dcb5988eafd /locale/en-US | |
parent | e3b36411d27c6fa6575b386738f9bfd3d582c50a (diff) |
Added close button + alt+r shortcut to toggle enabled
Diffstat (limited to 'locale/en-US')
-rw-r--r-- | locale/en-US/redirector.properties | 2 | ||||
-rw-r--r-- | locale/en-US/settings.xul.dtd | 5 |
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"> + |