Closed
Bug 88666
Opened 24 years ago
Closed 24 years ago
Inconsistency in the use of "KB" or "KBytes"
Categories
(SeaMonkey :: Preferences, defect, P4)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: bugzilla, Assigned: dianesun)
Details
(Keywords: platform-parity)
Attachments
(2 files)
18.50 KB,
patch
|
Details | Diff | Splinter Review | |
22.78 KB,
patch
|
Details | Diff | Splinter Review |
Prefs -> Offline has "KB" while Prefs -> Advanced -> Cache has KBytes
We should be consistent.
20010630
Comment 1•24 years ago
|
||
agreed, should definitely be consistent.
jglick, should we be using "KB" or "KBytes" within the Preferences panels? i'm
guessing the latter, but i'm not sure what the spec sez...
Assignee: sgehani → dianesun
get rid of KBytes, anything but that!
Summary: Inconsistency in the use of "KB" or "KBytes → Inconsistency in the use of "KB" or "KBytes"
Status: NEW → ASSIGNED
Priority: -- → P4
Whiteboard: Request R & SR
Target Milestone: --- → mozilla0.9.3
i know this is an additional imposition, could we please change the entity name
from 'kbyes' to 'kbytes'?
if you don't want to do that, or would prefer to do that in a new bug, then
r=timeless for changing the string values.
w/ a warning that we usually don't change locales other than en-US (it's left
to the localizers to catch up) -- I'm inconsistent on this point for things
like this I would be willing to make the change for all locales -- although we
should probably give a heads up to the owners of those files and ask before
changing them. They might have some other formating style (extra spaces,
punctuation..)
Comment 6•24 years ago
|
||
Er, hold on here, do we really want to create another cause for the user to
become confused. Hands up all Internet users who knows the difference between
'kb' and 'KB' or 'kB' or whatever? Not many. By using 'Kbytes' and 'Kbits' we
can avoid this altogether; if they misread the word that's their problem, but I
certainly don't want to assume they know there's a standard for saying that
lower case is bits, upper case is bytes (some might think the other way around).
If someones do not know 'kb' and 'KB' or 'kB', they may not know how to
configure the space either, in that case, all they can do is just use the
default value. It would be very unsual for a computer not knowing KB or kb. By
the way, we have been consistently using 'kB" in 4.x
kB is fine. As i said earlier anything but KBytes. and of course be consistent
across mozilla.
Assignee | ||
Comment 10•24 years ago
|
||
Request R & SR, Any one on the cc list?
Comment 11•24 years ago
|
||
1. I'm not sure you should change all the l10n-ers language packs. They'll do
that themselves. Not even sure if we are *allowed* to do it.
2. - #3 will be replaced by the download rate (in Kbytes per second) -->
-<!ENTITY progressMsg "#1K of #2K bytes (at #3K bytes/sec)">
+ #3 will be replaced by the download rate (in KB per second) -->
+<!ENTITY progressMsg "#1KB of #2KB (at #3KB/sec)">
Have you checked that the code which originally replaces "2#K bytes" (and the
other strings) with the variable value works when you change that string?
It's critical that you test it.
Comment 12•24 years ago
|
||
Adding Tao for comments on the changes made to various packages here.
Yes. We need some testing here and some screenshots for dialogs like download
progress.
Is 'KB' the the agreed convention to be used..? You mentioned that 'kB' is the
4.x convention. Just bringing this up in case it is unintentional. Jennifer, can
you confirm the right convention to be used here ?
Reporter | ||
Comment 13•24 years ago
|
||
shouldn't
#1KB of #2KB
be
#1 KB of #2 KB
?
Comment 14•24 years ago
|
||
I don't know about different languages, but in the english version we should
certainly use the "2KB" version because that is what we use elsewhere in the
app. Consistency.
Comment 15•24 years ago
|
||
cc'ing tech pubs folks, I don't know what the correct convention for this
is. As timeless mentions, consistency across the app is important whatever is
decided.
(I also agree with James Green's comment (2001-07-03 12:52) that we shouldn't
assume users knows the difference between 'kb', 'KB', 'kB'.)
Reporter | ||
Comment 16•24 years ago
|
||
German: Couldn't we get somekind of main dictionary where it was stated how we
spelled different stuff. Like "KB", "KBytes". Do we say sites or websites. Do we
say "Mail & News" or "MailNews" etc...
My company have a document like this and it really helps the different
people/products to be consistent in the wording...
Comment 18•24 years ago
|
||
The technical pubs style guide lists KB as the accepted abbreviation, so we
should follow that convention.
Assignee | ||
Comment 19•24 years ago
|
||
From the discussion, most people have agreed on "KB". Could I get R & SR
please?
Comment 20•24 years ago
|
||
sr=sspitzer on the change to KB
Comment 21•24 years ago
|
||
While the changes look fine to me, does anyone else need to be brought into
this, such as someone from i18n?
I ask this because I saw that there were changes to the comments in some of the
foreign language packs, but no associated change in the entities for them.
Comment 22•24 years ago
|
||
> Comments From Håkan Waara (vacation) 2001-07-06 18:51
> 1. I'm not sure you should change all the l10n-ers language packs. They'll do
> that themselves. Not even sure if we are *allowed* to do it.
You are right. Making the changes in the US build only will be sufficient. Thanks
for taking l10n directories into account, though :-)
Comment 23•24 years ago
|
||
r=tao
Assignee | ||
Comment 24•24 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: Request R & SR
Comment 25•24 years ago
|
||
Uggg... You've standardized on "KB"?! I didn't know it was possible to measure
data size in Kelvin Bels.
Reporter | ||
Comment 26•24 years ago
|
||
We now use "KB" in the prefs. I've opened some new bugs so that we use "KB" all
over Mozilla.
btw: I dont care if we use "KB" or "KBytes". I just want consistency!
Status: RESOLVED → VERIFIED
Comment 27•24 years ago
|
||
In another bug about the subject line filesize formatting, someone referred to
some book on standard abbreviations for units of measure (something about Physics).
I suggest we use those standards when displaying our units (e.g., kilo bytes). I
don't think this bug is fixed until we have done this (unless you want a new bug
on this issue).
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•