Closed
Bug 64362
Opened 24 years ago
Closed 24 years ago
Show Me This Alert Next Time" should be "Show me this alert next time
Categories
(SeaMonkey :: General, defect, P3)
SeaMonkey
General
Tracking
(Not tracked)
Future
People
(Reporter: hwaara, Assigned: hwaara)
Details
Attachments
(3 files)
|
4.76 KB,
patch
|
Details | Diff | Splinter Review | |
|
4.76 KB,
patch
|
Details | Diff | Splinter Review | |
|
5.53 KB,
patch
|
Details | Diff | Splinter Review |
In the security warning I get, when I post something to a server as plaintext,
it says "Any information you submit is insecure...". At the bottom of this
dialog there's a checkbox, "Show Me This Alert Next Time.".
What I wanna do is to change this to "Show me this alert next time", 'cause
right now it looks rather silly.
Comment 2•24 years ago
|
||
Here ya go, mpt.
Comment 3•24 years ago
|
||
[--> Security: General component, since it's an obvious bug and someone has
signed up to fix it.]
Component: User Interface: Design Feedback → Security: General
QA Contact: mpt → ckritzer
| Assignee | ||
Comment 4•24 years ago
|
||
| Assignee | ||
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
r=jag
I'll check this in for hwaara.
Comment 7•24 years ago
|
||
Provided that the checkbox is in a consistent position, the text should really be
context-sensitive. If we say `next time', quite a few people will be wondering
`next time what?'. (And if we say `show me this alert', the occasional person
will wonder `what's an alert?'.)
So, I suggest the `Show this alert next time' string be split into three:
* Always alert me when I enter a secure area
* Always alert me when I leave a secure area
* Always alert me when I submit information insecurely
Also, DontShowAgain should be renamed to ShowAgain.
Comment 8•24 years ago
|
||
mpt: So when I uncheck "Always alert me ...", does that mean it will not always
alert me? I like the more specific wording though. Someone want to implement
that?
Comment 9•24 years ago
|
||
Yes, I guess `Always alert me when ...' could make some people imagine non-
existent steps of `Sometimes alert me when ...', `Occasionally alert me when
...', `Alert me when it is a full moon and ...', etc. So perhaps `Alert me
whenever ...' would be better.
Comment 10•24 years ago
|
||
Ooooh! Can we implement the "Alert me when it is a full moon and ..." one?
| Assignee | ||
Comment 11•24 years ago
|
||
Reassigning to component owner as I don't know how to implement the new idea.
Assignee: hwaara → mstoltz
Status: ASSIGNED → NEW
Comment 12•24 years ago
|
||
The security warnings are owned by Security:Crypto (or maybe Networking?)
Assignee: mstoltz → ddrinan
Component: Security: General → Security: Crypto
QA Contact: ckritzer → junruh
Comment 14•24 years ago
|
||
Mass changing of product. Browser:Security:Crypto --> PSM 2.0
Component: Security: Crypto → Client Library
Product: Browser → PSM
Version: other → 2.0
Comment 15•24 years ago
|
||
Reassigning after discussion with Håkan. `Show me this alert next time' sucks,
but not as much as `Show Me This Alert Next Time' does -- so the change is
worth it for now.
Assignee: javi → hwaara
| Assignee | ||
Comment 16•24 years ago
|
||
CC'ing a bunch of people.
Ducarroz: Please review my tiny change in the compose code.
Bryner and Harishd who are (according to CVS blame) responsible for the netwerk/
wording and P3P coding I changed.
Patch coming up for you all...
Severity: enhancement → minor
Component: Client Library → User Interface Design
Product: PSM → Browser
Target Milestone: 2.0 → ---
Version: 2.0 → other
| Assignee | ||
Comment 17•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Comment 18•24 years ago
|
||
-DontShowAgain=Show Me This Alert Next Time.
+DontShowAgain=Show me this alert next time
-ShowAgain = Show me this alert next time.
+ShowAgain = Show me this alert next time
-<!ENTITY dontshowagain.text "Don't show me this alert next time.">
+<!ENTITY showagain.text "Show me this alert next time">
- currentIdentity.showSaveMsgDlg = !checkbox.value;
+ currentIdentity.showSaveMsgDlg = checkbox.value;
-CheckMsg=Do not show me this dialog box again.
+CheckMsg=Show me this alert next time
Ok, so we have 4-5 names for one silly string (yuck), and you renamed _one_ of
them, but I hope it's unused, because I don't see a corresponding rename in
.xul or .cpp or .h
I like CheckMsg over *ShowAgain but that's just me.
| Assignee | ||
Comment 19•24 years ago
|
||
Yeah, that string was unused. Can I get r= on this?
Comment 21•24 years ago
|
||
This is being made context-sensitive over in bug 44042.
Gerv
*** This bug has been marked as a duplicate of 44042 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Summary: "Show Me This Alert Next Time" should be "Show me this alert next time" → Show Me This Alert Next Time" should be "Show me this alert next time
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•