There are lots of questions on AskLibO site regarding problem when one installs the local help, but LO keeps telling that local help is not installed. Usually it's because the UI language set in Language Options is different from installed help pack's. But that is not evident from the message. The proposal is to clarify the message and include information about specific language set currently, like this: "Local help for current UI language (Klingon) is not installed. ..." This would allow users to easily see that help language should correspond to which setting, easily choose correct pack, and in case of mistake, understand the reason themselves.
https://ask.libreoffice.org/en/question/139574/how-to-get-lo-to-recognize-that-help-is-installed/ https://ask.libreoffice.org/en/question/1816/how-to-use-libreoffice-built-in-help/ http://ask.libreoffice.org/question/2288/why-cant-i-access-offline-help-in-librooffice-3522 https://ask.libreoffice.org/en/question/138090/on-line-help-not-installed-in-lo-5432/ https://ask.libreoffice.org/en/question/128298/why-will-my-offline-help-not-work/ https://ask.libreoffice.org/en/question/74443/the-built-in-help-in-libreoffice-doesnt-open-after-f1help-command-but-the-browser-has-started/ https://ask.libreoffice.org/en/question/110685/help-pack-for-lo-5342-links-to-online-help/
Yep, I buy that. Marking as an easy hack. The dialog (added with bug 103391) is located at https://cgit.freedesktop.org/libreoffice/core/tree/sfx2/uiconfig/ui/helpmanual.ui
We currently have "The %PRODUCTNAME built-in help is not installed on your computer.", so its enough to expand it to "The %PRODUCTNAME built-in help for %LOCALE is not installed on your computer." Mentioning 'for current UI language' is unnecessary, especially for users who never changed the UI language.
(In reply to Yousuf Philips (jay) from comment #3) > Mentioning 'for current UI language' is unnecessary, especially for users > who never changed the UI language. I strongly disagree. While some people don't change UI language, this text doesn't force no one to lookup anything, so there shouldn't be any problems; but it also makes it clear which of the language options is related here.
If %LOCALE is the system variable then I agree with Mike. I run LibO in English on a system with mixed localization. On the other hand, if %LOCALE points to Tools > Options > Language > UI Jay's text reads more smoothly. With "The %PRODUCTNAME built-in help for %OPTIONSLOCALE is not installed on your computer." we could run into (minor= trouble when no help at all is installed.
(In reply to Heiko Tietze from comment #5) > If %LOCALE is the system variable then I agree with Mike. I run LibO in > English on a system with mixed localization. On the other hand, if %LOCALE > points to Tools > Options > Language > UI Jay's text reads more smoothly. > > With "The %PRODUCTNAME built-in help for %OPTIONSLOCALE is not installed on > your computer." we could run into (minor= trouble when no help at all is > installed. Firstly, the string look like "The "%PRODUCTNAME built-in help for current UI language ($UILOCALE) is not installed on your computer." https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=a3dd6b62aadcd992a6ed312242b4705869fc4fc7 Secondly, the goal of this bug report is to allow the person to know that the help for the specific current interface language is not installed. And it should go to the online help (button below), set help for this language or change the interface language. If you are confused by the look of the placeholder that is changing, I can change it to $UILANGUAGE. It's not a variable, it's a place that will be replaced. It can be like "current UI language ((͡° ͜ʖ ͡°)shove_to_here) is not installed" :)
Well, the %LOCALE here is Tools > Options > Language > UI. I am not convinced that "reads more smoothly" = "is more helpful". You are discussing a message that is meant to give some info to user. A user could e.g. be willing to change the UI language to fix this, not to download a different help pack. So please describe which problem do you expect. The specifics of the text (e.g., some more thought text instead of my naive "current UI language", like including mention of the options dialog page) could change, but my feeling is that there *should* be indication that there's connection between LO UI language and displayed help.
tagezi committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=400b70f85fdf0ae5a6d606eb3fff683b9f1ce7ab tdf#114204 - Clarify the "Local Help not installed" message It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.