diff options
author | Einar Egilsson | 2009-10-07 11:24:44 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-07 11:24:44 +0000 |
commit | a703799580a208beac24c827fcd54b799f46a3d7 (patch) | |
tree | 5dc5b71933534189abee7bd4c40f26fbaa0c125d /chrome/locale/en-US/editRedirect.xul.dtd | |
parent | 96966ca83f96ed1babcd2bd23aa68feb63fbb7a7 (diff) |
Finally working normally again after massive refactoring.
Disabling single redirects works but needs more GUI work.
Added Redirector log file since the Error Console keeps deleting our messages.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@253 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/en-US/editRedirect.xul.dtd')
-rw-r--r-- | chrome/locale/en-US/editRedirect.xul.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/locale/en-US/editRedirect.xul.dtd b/chrome/locale/en-US/editRedirect.xul.dtd index 40098b8..4b48d9c 100644 --- a/chrome/locale/en-US/editRedirect.xul.dtd +++ b/chrome/locale/en-US/editRedirect.xul.dtd @@ -1,7 +1,7 @@ <!-- $Id$ --> <!ENTITY redirectWindow.title "Redirect"> <!ENTITY txtExampleUrl.label "Example url"> -<!ENTITY txtPattern.label "Include Pattern"> +<!ENTITY txtIncludePattern.label "Include Pattern"> <!ENTITY txtExcludePattern.label "Exclude Pattern"> <!ENTITY txtRedirectUrl.label "Redirect to"> <!ENTITY btnTestPattern.label "Test pattern"> |