aboutsummaryrefslogtreecommitdiff
path: root/locale/en-US/settings.xul.dtd
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2011-08-26 16:55:21 +0200
committerEinar Egilsson <einar@einaregilsson.com>2011-08-26 16:55:21 +0200
commit9b57efe67dd9f16ab30886182b6591b589c29bbf (patch)
treea51c4471b1ed692c0ccbc0b8ffd44dcb5988eafd /locale/en-US/settings.xul.dtd
parente3b36411d27c6fa6575b386738f9bfd3d582c50a (diff)
Added close button + alt+r shortcut to toggle enabled
Diffstat (limited to 'locale/en-US/settings.xul.dtd')
-rw-r--r--locale/en-US/settings.xul.dtd5
1 files changed, 5 insertions, 0 deletions
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">
+