Closed Bug 552166 Opened 15 years ago Closed 15 years ago

Change title of empty tabs from "(Untitled)" to "New Tab"

Categories

(Firefox :: Tabbed Browser, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED
Firefox 3.7a4

People

(Reporter: markus, Assigned: markus)

References

Details

Attachments

(2 files, 2 obsolete files)

No other Mac applications use parentheses in untitled titles, and Firefox shouldn't either. The Apple HIG states that untitled windows in document based applications should use "untitled" then "untitled 2", 3, 4 etc. for additional windows: http://developer.apple.com/Mac/library/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGWindows/XHIGWindows.html#//apple_ref/doc/uid/20000961-CHDHBCGE However, Firefox isn't _exactly_ a document based application but something inbetween, especially since there are both windows and tabs. I therefore think we should do as Safari and use "Untitled" for untitled tabs, as seen in the attached screenshot from Mac Safari 4.0.4. Also attaching a patch to make this change. Implementing "Untitled", "Untitled 2" etc. for additional empty windows should probably also be done, but that is a separate bug.
My patch needed some work, will post soon.
Status: NEW → ASSIGNED
Assignee: nobody → markus.magnuson
This patch changes the title of empty tabs from "(Untitled)" to "Untitled" on Mac. If the same change is proper for all platforms, I could produce a much simpler two line-patch.
Attachment #432335 - Flags: ui-review?(faaborg)
Attachment #432335 - Flags: review?(mano)
Comment on attachment 432335 [details] [diff] [review] Change empty tab title from "(Untitled)" to "Untitled" on Mac Let's go with "New Tab" on all platforms.
Attachment #432335 - Flags: ui-review?(faaborg) → ui-review-
This patch changes the empty tab title to "New Tab" on all platforms, as suggested by Alex in comment 3.
Attachment #432335 - Attachment is obsolete: true
Attachment #432945 - Flags: ui-review?(faaborg)
Attachment #432945 - Flags: review?(joshmoz)
Attachment #432335 - Flags: review?(mano)
OS: Mac OS X → All
Hardware: x86 → All
Summary: Change title of empty tabs from "(Untitled)" to "Untitled" somewhat according to Apple HIG → Change title of empty tabs from "(Untitled)" to "New Tab"
Attachment #432945 - Flags: review?(joshmoz) → review?(mano)
Comment on attachment 432945 [details] [diff] [review] Change empty tab title from "(Untitled)" to "New Tab" on all platforms Great, to explain my rational a bit more, since the button is called "new tab" it only makes sense that the thing it creates is literally a "new tab". Limi pointed this out awhile ago as well.
Attachment #432945 - Flags: ui-review?(faaborg) → ui-review+
Comment on attachment 432945 [details] [diff] [review] Change empty tab title from "(Untitled)" to "New Tab" on all platforms >--- a/browser/locales/en-US/chrome/browser/tabbrowser.dtd >+++ b/browser/locales/en-US/chrome/browser/tabbrowser.dtd >@@ -1,9 +1,9 @@ >-<!ENTITY untitledTab "(Untitled)"> >+<!ENTITY untitledTab "New Tab"> Bug 347930 removed this entity. >--- a/browser/locales/en-US/chrome/browser/tabbrowser.properties >+++ b/browser/locales/en-US/chrome/browser/tabbrowser.properties >@@ -1,10 +1,10 @@ > tabs.loading=Loading⦠>-tabs.untitled=(Untitled) >+tabs.untitled=New Tab You need to change the name for this so that localizers will pick it up.
Same patch as previously, but with the property "tabs.untitled" renamed to "tabs.emptyTabTitle" per comment 6.
Attachment #432945 - Attachment is obsolete: true
Attachment #433161 - Flags: review?(mano)
Attachment #432945 - Flags: review?(mano)
Comment on attachment 433161 [details] [diff] [review] Change empty tab title from "(Untitled)" to "New Tab" on all platforms r=mano
Attachment #433161 - Flags: review?(mano) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a4
Verified fixed using hourly build Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a4pre) Gecko/20100318 Minefield/3.7a4pre with changeset http://hg.mozilla.org/mozilla-central/rev/a352d0413476
Status: RESOLVED → VERIFIED
Blocks: 579486
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: