Closed
Bug 1186497
Opened 10 years ago
Closed 10 years ago
Update strings in about:logins edit logins
Categories
(Firefox for Android Graveyard :: Logins, Passwords and Form Fill, defect)
Firefox for Android Graveyard
Logins, Passwords and Form Fill
Tracking
(firefox42 fixed)
RESOLVED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: ally, Assigned: ally)
References
Details
Attachments
(1 file, 1 obsolete file)
1.85 KB,
patch
|
liuche
:
review+
|
Details | Diff | Splinter Review |
replace string
Updated•10 years ago
|
Blocks: mobile-about-passwords-v1
Assignee | ||
Updated•10 years ago
|
Summary: "Saved login" not "Saved your login" in edit login toast → "Saved login" not "Saved your changes" in edit login toast
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8637318 -
Flags: review?(liuche)
Assignee | ||
Updated•10 years ago
|
Summary: "Saved login" not "Saved your changes" in edit login toast → Update strings in about:logins edit logins
Assignee | ||
Updated•10 years ago
|
Attachment #8637318 -
Flags: review?(liuche)
Assignee | ||
Comment 2•10 years ago
|
||
I left the dtd term as editLogins.save because under the hood I have to delete and then save a new record each time there is a change, or the db barfs. So it looks like its updating to the user, but like its saving to the engineer.
Attachment #8637318 -
Attachment is obsolete: true
Attachment #8637337 -
Flags: review?(liuche)
Comment 3•10 years ago
|
||
Comment on attachment 8637337 [details] [diff] [review]
string changes
Review of attachment 8637337 [details] [diff] [review]:
-----------------------------------------------------------------
r+ with one comment addressed.
> I left the dtd term as editLogins.save because under the hood I have to
> delete and then save a new record each time there is a change, or the db
> barfs. So it looks like its updating to the user, but like its saving to the
> engineer.
I strongly disagree - the naming of a string should reflect what the *string* is, and should not be coupled with its implementation. Also, that'd be really, really confusing.
::: mobile/android/locales/en-US/chrome/aboutLogins.dtd
@@ -4,5 @@
> <!ENTITY % brandDTD
> SYSTEM "chrome://branding/locale/brand.dtd">
> %brandDTD;
> <!ENTITY aboutLogins.title "Logins">
> -<!ENTITY aboutLogins.save "Save">
Change this to aboutLogins.update. This will become confusing when we add the Save page, and the string name should match the string.
Attachment #8637337 -
Flags: review?(liuche) → review+
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ally
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Considering that this bug is still open, this is not OK
http://hg.mozilla.org/mozilla-central/diff/cc52b6635f5e/mobile/android/locales/en-US/chrome/aboutLogins.properties
New string, new string ID. Can you please update? Or let me know if you want a follow-up bug.
Comment 7•10 years ago
|
||
Ah, for some reason, I thought nightly-only changes were okay. This feature has been held on nightly so it's never merged to aurora (it's been kept behind a Nightly flag), but I'm happy to file a followup if you want.
Flags: needinfo?(francesco.lodolo)
Comment 8•10 years ago
|
||
Once it lands in mozilla-central it's exposed to the localization process. After that, any change (unless it's a minor one) needs a new string ID, otherwise locales risk to never get updated.
Flags: needinfo?(francesco.lodolo)
Comment 9•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Comment 10•10 years ago
|
||
Filed and landed bug 1187428.
Updated•4 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
•