Closed
Bug 342350
Opened 19 years ago
Closed 19 years ago
late string changes for add-on compatability update wizard
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: beltzner, Assigned: robert.strong.bugs)
References
Details
(Keywords: fixed1.8.1, late-l10n)
Attachments
(1 file, 1 obsolete file)
|
8.41 KB,
patch
|
moco
:
review+
beltzner
:
ui-review+
darin.moz
:
approval1.8.1+
|
Details | Diff | Splinter Review |
Some string changes for clarity ..:
<!ENTITY mismatch.intro-1.label "The following add-ons are not compatible with this version of &brandShortName;">
- not necessarily a newer version
- user didn't necessarily install it (could be auto-updated)
<!ENTITY mismatch.intro-3.label "&brandShortName; can check for compatible versions of these add-ons.">
- that's all we start with, right? just a check? then we ask them to confirm the installation
+<!ENTITY updateFound.addons.label "Updates are available for the following add-ons to them compatible with this version of &brandShortName;">
- better explanation of what these updates represent
+<!ENTITY found.xpinstallDisabled.label "These updates can't be installed because software installation is currently disabled. You can change this setting below.">
- I know, I should have made it right the first time ;)
+<!ENTITY finished.remain.label "No compatible versions of the following add-ons could be found. These add-ons will be disabled, but &brandShortName; will check periodically and inform you when compatible versions become available.">
- this is assuming we still show the list of add-ons that will be disabled.
When bug 310745 lands I can whip together a patch, or if Robert would rather make these changes before 310745 lands on the branch, I can just put together a patch for trunk tonight. His choice since it was my bad to have these in so late.
| Reporter | ||
Comment 1•19 years ago
|
||
(In reply to comment #0)
> +<!ENTITY updateFound.addons.label "Updates are available for the
> following add-ons to them compatible with this version of &brandShortName;">
>
> - better explanation of what these updates represent
Or, you know, horribly broken one. I don't know what happened to the version I thought I was submitting. Let's try that again!
<!ENTITY updateFound.addons.label "Updates are available for the
following add-ons to make them compatible with this version of &brandShortName;">
| Assignee | ||
Comment 2•19 years ago
|
||
Are you sure you want to remove the colons at the end of the strings. These strings are immediately before the displayed list.
Assignee: nobody → robert.bugzilla
| Assignee | ||
Comment 3•19 years ago
|
||
If not, do you want a period at the end of the strings instead?
| Assignee | ||
Comment 4•19 years ago
|
||
beltzner, I'm submitting with and without colons for you to choose from.
Attachment #226540 -
Flags: ui-review?(beltzner)
| Assignee | ||
Comment 5•19 years ago
|
||
Attachment #226541 -
Flags: ui-review?(beltzner)
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [needs review]
| Reporter | ||
Comment 6•19 years ago
|
||
Comment on attachment 226540 [details] [diff] [review]
patch using colons
Colons, please. Should there not be one at the end in finished.remain1.label, as well?
Attachment #226540 -
Flags: ui-review?(beltzner) → ui-review+
| Reporter | ||
Comment 7•19 years ago
|
||
Comment on attachment 226541 [details] [diff] [review]
patch without colons
Not this one, which was my own doing and poopy. :(
Attachment #226541 -
Flags: ui-review?(beltzner) → ui-review-
| Assignee | ||
Updated•19 years ago
|
Attachment #226541 -
Attachment is obsolete: true
| Assignee | ||
Comment 8•19 years ago
|
||
Hey beltzner, I decided to dive in and take a look at some of this and it is as I feared... there is some really old cruft that is preventing that string as well as others from being used. I'm going to create a patch that fixes that but I really would like a pony for doing so.
| Reporter | ||
Comment 9•19 years ago
|
||
I will buy you a pony.
| Assignee | ||
Comment 10•19 years ago
|
||
beltzner, that string is no longer needed and I am going to file a followup bug to remove it and go with the current patch as is to avoid impacting l10n anymore than this is already.
| Assignee | ||
Updated•19 years ago
|
Attachment #226540 -
Flags: review?(sspitzer)
Comment 11•19 years ago
|
||
Comment on attachment 226540 [details] [diff] [review]
patch using colons
r=sspitzer
Attachment #226540 -
Flags: review?(sspitzer) → review+
| Assignee | ||
Comment 12•19 years ago
|
||
Checked in to trunk and filed Bug 342606 for the unreachable code path cleanup.
Status: NEW → RESOLVED
Closed: 19 years ago
Keywords: late-l10n
Resolution: --- → FIXED
Whiteboard: [needs review]
| Assignee | ||
Comment 13•19 years ago
|
||
Comment on attachment 226540 [details] [diff] [review]
patch using colons
I held off on landing bug 310745 which already has a1.8.1 so some of these strings wouldn't be changed twice for l10n.
Attachment #226540 -
Flags: approval1.8.1?
Comment 14•19 years ago
|
||
Comment on attachment 226540 [details] [diff] [review]
patch using colons
a=darin on behalf of drivers
Attachment #226540 -
Flags: approval1.8.1? → approval1.8.1+
| Assignee | ||
Comment 15•19 years ago
|
||
Checked in to MOZILLA_1_8_BRANCH for Firefox 2.0
Keywords: fixed1.8.1
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•