Open Bug 419980 Opened 16 years ago Updated 2 years ago

Inconsistent use of homepage, webpage and website, instead of home page, web page and web site

Categories

(Firefox :: General, defect)

defect

Tracking

()

People

(Reporter: adelfino, Unassigned)

Details

Attachments

(1 file, 1 obsolete file)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008022713 Minefield/3.0b4pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008022713 Minefield/3.0b4pre

I attach the list for practical reasons, other way, the lines would be cut off, and be quite illegible.

Reproducible: Always
Attached file List of occurrences. (obsolete) —
To find these occurrences, I just did:
grep -FRi -e homepage -e webpage -e website .

Then, I removed the results that weren't UI strings.
(In reply to comment #2)
> To find these occurrences, I just did:
> grep -FRi -e homepage -e webpage -e website .
> 
> Then, I removed the results that weren't UI strings.
> 

Forgot to add that I did found that results in en-US.jar.
Version: unspecified → Trunk
Summary: List of occurrences of homepage/webpage/website that should be replaced to home page/Web site/Web page → Use of homepage, webpage and website, instead of home page, web page and web site, respectively
Summary: Use of homepage, webpage and website, instead of home page, web page and web site, respectively → Use of homepage, webpage and website, instead of home page, web page and web site
Summary: Use of homepage, webpage and website, instead of home page, web page and web site → Inconsistent use of homepage, webpage and website, instead of home page, web page and web site
Options, at least, uses "home page", which was good enough for me. After that I stopped looking.

Consistency is good, right?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attached file List of occurrences.
Attachment #306146 - Attachment is obsolete: true
What I did was:

for i in `find . -name "*.jar"`; do
        unzip -d "${i%.jar}" "${i}"

        rm "${i}"
done

In the firefox folder, after extracting the Linux version, and then:

grep -FRi -e "homepage" -e "webfeed" -e "webpage" -e "website" . 
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: