Bug 165517 - macOS: rename LibreOffice Preferences to Settings
Summary: macOS: rename LibreOffice Preferences to Settings
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All macOS (All)
: medium trivial
Assignee: Heiko Tietze
URL:
Whiteboard: target:25.8.0
Keywords:
Depends on:
Blocks: macOS-UI-polish
  Show dependency treegraph
 
Reported: 2025-02-28 16:59 UTC by steve
Modified: 2025-03-04 09:16 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steve 2025-02-28 16:59:44 UTC
Description:
Apple changed their System Preferences to System Settings in 2022 with the release of macOS Ventura.

https://discussions.apple.com/thread/254314315

This change is reflected in all Apple apps such as Music, Safari, Pages, Numbers, ... which all had their menu bar item adjusted from "App name > Preferences…" to "App name > Settings …".

Almost all macOS third-party apps have followed that change. However not LibreOffice.

Steps to Reproduce:
1. Open LibreOffice on macOS
2. click on LibreOffice menu bar and Look at second menu entry

Actual Results:
"Preferences…"

Expected Results:
"Settings…"


Reproducible: Always


User Profile Reset: No

Additional Info:
This change only should affect the macOS string as for win/linux Tools > Options is used.
Comment 1 V Stuart Foote 2025-02-28 17:27:11 UTC
Acceptance up to the macOS Apple users but seems reasonable to me.

+1
Comment 2 Heiko Tietze 2025-03-03 08:20:24 UTC
Sounds reasonable. Wonder if we have to translate the term or if the OS provides it.

Patrick, do you want to look into this topic? Found only the suppression in solenv/bin/macosx_menubar_modification.xsl
Comment 3 Charles Williams 2025-03-03 13:16:48 UTC
It does seem to be the case that the AppKit menu item has changed from 'Preferences...' to 'Settings...' in recent years.

However, the LibreOffice documentation refers to the 'LibreOffice - Preferences' menu item so changing it would introduce an inconsistency with the current (shared) documentation.

There are plenty of other subtle UI differences between LibreOffice and a purebred macOS app, e.g. the Window menu is missing a lot of options, so my inclination would be to retain consistency with the documentation and the many existing how-to's and tutorials.
Comment 4 steve 2025-03-03 18:39:51 UTC
With that argument, there would never be any string changes. I don't find that convincing.

There are many things changing in LibreOffice. Just recently an entire settings section (Application Colors) was replaced.

Yes, the change creates overhead in documentation, but it isn't something that can not be dealt with.
Comment 5 Patrick (volunteer) 2025-03-03 23:23:49 UTC
(In reply to steve from comment #4)
> Yes, the change creates overhead in documentation, but it isn't something
> that can not be dealt with.

Actually, I believe all of this change would be done by the l10n (localization) volunteers. This isn't some a developer does and I don't have any time available for coordinating this. But I think you, the users, should reach out to the l10n volunteers and figure out how you propose a change to an existing translation.

I believe the "key" that the localization volunteers use for this particular string is "Preferences..." (see vcl//inc/strings.hrc). Note the three periods at the end. They don't use an ellipsis as the macOS code replaces three periods with an ellipsis just before creating a native menu item.
Comment 6 Commit Notification 2025-03-04 09:16:48 UTC
Heiko Tietze committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/11ecd11abab2a5f9e4779b36ca14420c644f923b

Resolves tdf#165517 - Rename Preferences to Settings on macOS

It will be available in 25.8.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.