In Impress, when you enable slide master view (View > Master > Slide Master) the left slide pane is still titled 'Slides' and would be better titled 'Master Slides' when in this view.
This sounds reasonable and good for me.
We're replacing our use of the 'ux-advise' component with a keyword: Component -> LibreOffice Add Keyword: needsUXEval [NinjaEdit]
Dup of and fixed with bug 87592 *** This bug has been marked as a duplicate of bug 87592 ***
(In reply to Heiko Tietze from comment #3) > Dup of and fixed with bug 87592 This isnt a duplicate and its about the slide pane.
(In reply to Yousuf Philips (jay) from comment #4) > This isnt a duplicate and its about the slide pane. Agreed, the "slides" pane's title should depend on whether in master or normal mode. Sounds like an easyhack to me.
A polite ping, still working on this bug?
(In reply to Xisco Faulí from comment #16) > A polite ping, still working on this bug? Apparently not, after a year. Last contribution on Gerrit is also from Jan/2018
Too difficult for me. "Slides" is defined via STR_LEFT_PANE_IMPRESS_TITLE, the LeftPaneImpressChildWindow receives this title in the c'tor at sd/source/ui/dlg/PaneChildWindows.cxx. Could imagine to do something like ::sd::LeftPaneImpressChildWindow->GetWindow()->set_title(<foo>), which doesn't exist, for SID_SLIDE_MASTER_MODE / SID_CLOSE_MASTER_VIEW. The current mode should be easy accessible via "enum class EditMode".
Andreas Heinisch committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/25d09bdb9f48313c000cc8ec8df60b1bb8efe2e6 tdf#87638 - Modify slide pane title in Impress/Draw based on edit mode It will be available in 24.2.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.