Closed
Bug 428612
Opened 17 years ago
Closed 17 years ago
Typos and removal of wrong esc chars
Categories
(Mozilla Localizations :: da / Danish, defect)
Mozilla Localizations
da / Danish
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sskroeder, Unassigned)
Details
Attachments
(2 files, 1 obsolete file)
|
25.14 KB,
patch
|
Pike
:
approval1.9+
|
Details | Diff | Splinter Review |
|
17.50 KB,
patch
|
Pike
:
approval1.9+
|
Details | Diff | Splinter Review |
Two patches; One has direct impact on the localized UI - the other is only a code-wise cleanup.
1) Take care of some typos that where discovered, but not handled before the RC1 deadline and subsequent tree freeze in these 10 files:
+++ extensions/reporter/chrome/reportWizard.dtd
+++ extensions/reporter/chrome/reportWizard.properties
+++ netwerk/necko.properties
+++ security/manager/chrome/pipnss/pipnss.properties
+++ toolkit/chrome/mozapps/plugins/plugins.properties
+++ toolkit/chrome/mozapps/preferences/changemp.dtd
+++ toolkit/chrome/mozapps/preferences/removemp.dtd
+++ toolkit/chrome/mozapps/profile/createProfileWizard.dtd
+++ toolkit/chrome/mozapps/update/updates.dtd
+++ toolkit/chrome/mozapps/update/updates.properties
2) Remove unneeded backslash escaping (\= ,\!, \:, \#) in 18 .properties files:
+++ dom/chrome/appstrings.properties
+++ dom/chrome/plugins.properties
+++ dom/chrome/dom/dom.properties
+++ dom/chrome/layout/HtmlForm.properties
+++ dom/chrome/layout/layout_errors.properties
+++ dom/chrome/layout/printing.properties
+++ dom/chrome/layout/xmlparser.properties
+++ dom/chrome/security/caps.properties
+++ dom/chrome/webservices/security.properties
+++ dom/chrome/xslt/xslt.properties
+++ security/manager/chrome/pipnss/pipnss.properties
+++ security/manager/chrome/pippki/pippki.properties
+++ toolkit/chrome/autoconfig/autoconfig.properties
+++ toolkit/chrome/cookie/cookieAcceptDialog.properties
+++ toolkit/chrome/global/console.properties
+++ toolkit/chrome/global/nsProgressDialog.properties
+++ toolkit/chrome/global-region/region.properties
+++ toolkit/chrome/mozapps/profile/profileSelection.properties
Attachment #315230 -
Flags: approval1.9?
| Reporter | ||
Comment 1•17 years ago
|
||
Attachment #315231 -
Flags: approval1.9?
| Reporter | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•17 years ago
|
||
Attachment #315230 -
Attachment is obsolete: true
Attachment #315232 -
Flags: approval1.9?
Attachment #315230 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #315232 -
Flags: approval1.9? → approval1.9+
Comment 3•17 years ago
|
||
Comment on attachment 315231 [details] [diff] [review]
Removal of unneeded escapings
a=me, please land those patches with a check-in comment referencing this bug and my approval.
Attachment #315231 -
Flags: approval1.9? → approval1.9+
| Reporter | ||
Comment 4•17 years ago
|
||
Patches applied...
Closing bug
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•