You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are multiple tabs, the window menu would look like:
Where General is the preferences window title. However, I feel it's not clear enough to the user that General mean the preferences window. Also, what if the main window has a name that is the same or close to the preferences tab name. That would be confusing.
When there's no tabs, the HIG says that the window title should be the app name and then Preferences, but that can look weird:
The macOS Human Interface Guidelines doesn't say anything about this.
My preference would be to use Preferences — General for the title in the Window menu when there are multiple tabs, and Preferences when there's none.
Xcode uses this convention:
Changing the title of only the "Window" menu items is possible with:
When there are multiple tabs, the window menu would look like:
Where
General
is the preferences window title. However, I feel it's not clear enough to the user thatGeneral
mean the preferences window. Also, what if the main window has a name that is the same or close to the preferences tab name. That would be confusing.When there's no tabs, the HIG says that the window title should be the app name and then
Preferences
, but that can look weird:The macOS Human Interface Guidelines doesn't say anything about this.
My preference would be to use
Preferences — General
for the title in the Window menu when there are multiple tabs, andPreferences
when there's none.Xcode uses this convention:

Changing the title of only the "Window" menu items is possible with:
Thoughts?
The text was updated successfully, but these errors were encountered: