Closed
Bug 767437
Opened 11 years ago
Closed 11 years ago
Android Sync Send Tab strings hard code Sync brand names
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla16
People
(Reporter: nalexander, Assigned: nalexander)
References
()
Details
We have hard-coded the Sync brand name, and the Firefox brand name. Also, we refer to "Continue Browsing" when we should just say "Back" or similar.
Comment 1•11 years ago
|
||
For clarity: whenever you see the string "Firefox Sync", it should _not_ be branded. "Aurora Sync" would be wrong, so the only issue here is that we hard-code, not that we hard-code the wrong value. They should use syncBrand.fullName.label. And "Set up" is the verb form. IMO, these: <!ENTITY sync.button.setup.label 'Setup Sync'> <!ENTITY sync.title.redirect.to.setup.label 'Setup Sync to Send Tabs'> <!ENTITY sync.text.redirect.to.setup.label 'Setup Firefox Sync on your device to send tabs to other devices.'> should be "Set up &syncBrand.shortName.label;" "Set up &syncBrand.shortName.label; to send tabs", and "Set up &syncBrand.fullName.label; on your device to send tabs to other devices." With entity names bumped, of course.
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #1) > For clarity: whenever you see the string "Firefox Sync", it should _not_ be > branded. "Aurora Sync" would be wrong, so the only issue here is that we > hard-code, not that we hard-code the wrong value. > > They should use syncBrand.fullName.label. And "Set up" is the verb form. Right you are, this is what I intended. > With entity names bumped, of course. I don't understand this.
Comment 3•11 years ago
|
||
Strings are immutable for localization reasons. If you change one, then you must rename the entity.
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #3) > Strings are immutable for localization reasons. If you change one, then you > must rename the entity. So, these strings are all in Send Tab, which has never hit a release other than Nightly. So do these strings need to be renamed or not? See pull req for details.
Comment 5•11 years ago
|
||
(In reply to Nick Alexander :nalexander from comment #4) > So, these strings are all in Send Tab, which has never hit a release other > than Nightly. So do these strings need to be renamed or not? See pull req > for details. Unless you can verify that none have been localized (by finding the appropriate l10n tool), you must change the names. So generally… just change the names every time you change a string.
Assignee | ||
Updated•11 years ago
|
Summary: Android Sync Send Tab strings are not multiple Fennec friendly → Android Sync Send Tab strings hard code Sync brand names
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/699ef823e92e
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla16
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/699ef823e92e
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 8•11 years ago
|
||
Verified fixed on: Build: Firefox 16.0 Beta 2 build 2 Device: Samsung Galaxy Nexus OS: Android 4.1.1
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Mozilla Services → Android Background Services
Updated•6 years ago
|
Product: Android Background Services → Firefox for Android
Updated•2 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•