Closed
Bug 857923
Opened 12 years ago
Closed 12 years ago
Rename social.activated.undobutton.label entity and fix "..."
Categories
(Firefox Graveyard :: SocialAPI, defect)
Firefox Graveyard
SocialAPI
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: flod, Assigned: mixedpuppy)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
4.27 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
There were some problems in the patch landed in bug 836452
-<!ENTITY social.activated.undobutton.label "Undo">
+<!ENTITY social.activated.undobutton.label "Oops, undo this!">
You can't do this, you need a new entity name if you want to change the original string.
<!ENTITY social.learnMore.label "Learn more...">
service.install.learnmore=Learn More...
AFAIK Mozilla consistently uses a single unicode character "…" instead of "...". This can be fixed without changing entity name, considering it's a matter of consistency inside en-US.
Comment 1•12 years ago
|
||
# LOCALIZATION NOTE (social.activated.description): %1$S is the name of the social provider, %2$S is brandShortName (e.g. Firefox)
-social.activated.description=You've turned on %1$S for %2$S.
+service.install.description=Would you like to enable services from %1$S to display in your %2$S toolbar and sidebar?
The LOCALIZATION NOTE needs to be updated as well.
The following should rather use common placeholders. It should not include xml tags.
+<!ENTITY social.activated.description "Services from <label/> have been enabled. You can change your settings for services in the <label class='text-link'>Add-on Manager</label>.">
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Vlado Valastiak [:wladow] @ Mozilla.sk from comment #1)
> The following should rather use common placeholders. It should not include
> xml tags.
>
> +<!ENTITY social.activated.description "Services from <label/> have been
> enabled. You can change your settings for services in the <label
> class='text-link'>Add-on Manager</label>.">
This is used elsewhere in dtd files (see abouthome.defaultSnippet1.v1, aboutSupport.pageSubtitle), but I'm fine changing it. What do you suggest as common placeholders that could insert into dom as elements?
Assignee | ||
Comment 3•12 years ago
|
||
this fixes everything except the social.activated.description entity, will wait on response for that.
Assignee: nobody → mixedpuppy
Updated•12 years ago
|
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 733634 [details] [diff] [review]
fixes for l10n
short try:
https://tbpl.mozilla.org/?tree=Try&rev=e0b029ba85d3
The issue from comment #2 can be dealt with in a followup if there is a better way.
Attachment #733634 -
Flags: review?(gavin.sharp)
Updated•12 years ago
|
Attachment #733634 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•12 years ago
|
Flags: needinfo?(wladow)
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•