In menu Insert - Name - Define, the dialog box has a "More" button. After clicking the button, the button label should be labeled "Less". The two string are: SV_BUTTONTEXT_LESS SV_BUTTONTEXT_MORE in vcl source\src\btntext.src But these two strings are "More" in english. The english string SV_BUTTONTEXT_LESS should be changed to "Less" This small error had propagated into many languages. The same string above is used in the DataPilot layout dialog. May be other places too.
[Reproducible] with "LibreOffice 3.3.2 – WIN7 Home Premium (64bit) English UI [OOO330m19 (Build:202 / tag 3.3.2.2)]" Seems to be a more general problem with all such dialogs (Also visible in "Define Range" and may be others) French UI shows the same Problem with button name "Plus" In Spanish UI it's completely wired: - with invisible additional settings button shows "Opciones" (ok) - with visible additional settings button shows "Más" instead of "Menos" So also Localization is affected? In German UI it's ok, there the button is called "Zusätze" (Something like "Additional Settings", here no different button name is required. @Cáolan: Your area?
According to git blame SV_BUTTONTEXT_LESS has been "More" since 2005... I wonder if it was intentional or just a mistake that nobody has fixed. Anyway, I fixed it in master now.
Too fast for me ;-) A good solution might be how it works with dialog in menu "Find & Replace" (CALC), there the button shows "More Options" / "Fewer Options". This one is also ok for French, Spanish and German UI.