diff options
author | Einar Egilsson | 2008-01-01 21:40:32 +0000 |
---|---|---|
committer | Einar Egilsson | 2008-01-01 21:40:32 +0000 |
commit | 0ee5f981f3e708246674d26f8a26fc9b6d8f5fc9 (patch) | |
tree | cec3968640052197f028f4701f94ac7689f3e06a /chrome/locale/en-US/redirect.dtd | |
parent | d30ede45e7ff0624ca4a1bcc565c344a6df23ee2 (diff) |
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@101 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/en-US/redirect.dtd')
-rw-r--r-- | chrome/locale/en-US/redirect.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/locale/en-US/redirect.dtd b/chrome/locale/en-US/redirect.dtd index 45a1d30..ecf1d76 100644 --- a/chrome/locale/en-US/redirect.dtd +++ b/chrome/locale/en-US/redirect.dtd @@ -1,7 +1,8 @@ <!-- $Id$ --> <!ENTITY redirectWindow.title "Redirect"> <!ENTITY txtExampleUrl.label "Example url"> -<!ENTITY txtPattern.label "Pattern"> +<!ENTITY txtPattern.label "Include Pattern"> +<!ENTITY txtExcludePattern.label "Exclude Pattern"> <!ENTITY txtRedirectUrl.label "Redirect to"> <!ENTITY chkOnlyIfLinkExists.label "Only if link exists"> <!ENTITY btnTestPattern.label "Test pattern"> |