diff options
author | Einar Egilsson | 2009-10-14 11:13:03 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-14 11:13:03 +0000 |
commit | cfc2965fb35256a3493485f32ff9bd605bf158b7 (patch) | |
tree | 2683fe502bac65c752c7ebd913cfa5c2e955abf4 /chrome/locale/en-US/settings.xul.dtd | |
parent | 0065dc23b00c5039ec3036ff895b9a67341c05c0 (diff) |
Import and Export working, might need some more singular/plural fixes in language.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@266 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/en-US/settings.xul.dtd')
-rw-r--r-- | chrome/locale/en-US/settings.xul.dtd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/locale/en-US/settings.xul.dtd b/chrome/locale/en-US/settings.xul.dtd index 7a38165..ff55b68 100644 --- a/chrome/locale/en-US/settings.xul.dtd +++ b/chrome/locale/en-US/settings.xul.dtd @@ -46,7 +46,6 @@ <!-- Preferences --> <!ENTITY grpGeneralPreferences.label "General"> <!ENTITY grpDebuggingPreferences.label "Debugging"> -<!ENTITY grpImportExportDescription.label "Import / export redirects to file"> <!ENTITY chkEnableRedirector.label "Enable Redirector"> <!ENTITY chkEnableRedirector.accesskey "E"> @@ -61,4 +60,6 @@ <!ENTITY chkEnableDebugOutput.accesskey "d"> - +<!-- Import / Export --> +<!ENTITY lblExport.label "Export your redirects to a file"> +<!ENTITY lblImport.label "Import new redirects from a file"> |