Our User Data dialog has a field named 'Company'. This is inappropriate, as it presumes that organizational affiliation is always to a (commercial) company. The label should be changed to 'Organization', which is more general: Companies are organizations, as are foundations, unions, associations, clubs and other entities. So, let's change that field name - change the label, and also the corresponding naming in the code for consistency. Have a look: https://github.com/search?q=repo%3ALibreOffice%2Fcore company&type=code * SfxDocumentMetaData * SvtUserOptions * include files such as strings.hrc and dbui.hrc * UserDataPart Also, field names used in some examples. Note that this is a matter of socio-political significance as well: LibreOffice exists as a proof that not everything needs to happen within companies, and not all organizations have to be companies. So why are we catering to the opposite assumption?
Sounds good to me. Needs to be done in line with bug 169123.
(In reply to Heiko Tietze from comment #1) > Sounds good to me. Needs to be done in line with bug 169123. I actually feel those are independent, i.e. you can do this one first, and not reorder the User Data tab right now (or ever); and you could do just the tab field reordering now, keeping the label "Company", then change "Company" to "Organization" later. What's important though is that whoever does any of the two things makes sure they don't step on the toes of the other changes. So, rebase before commit I guess...
Code pointer: ./cui/uiconfig/ui/optuserpage.ui