| Summary: | UI: Dialog "Load Master Slide" should name "Load Master Page" (alongside several other similar labels) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | lol <lobugs> |
| Component: | Draw | Assignee: | Baole Fang <baole.fang> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | buzea.bogdan, mentoring |
| Priority: | medium | Keywords: | difficultyMedium, easyHack, skillCpp |
| Version: | 7.3.1.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.6.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 113108 | ||
| Attachments: | draw dialog load master page | ||
|
Description
lol
2022-03-19 18:21:55 UTC
Load Master Slide is STR_LOAD_PRESENTATION_LAYOUT in sd/inc/strings.hrc Commit that did a similar change: https://git.libreoffice.org/core/commit/5bc12e114fec50274580005647345a5392741ded Other instances I noticed are "Rename Master Slide", STR_TITLE_RENAMEMASTER, which you can see in Draw by: 1. View - Master 2. Right-click a page in the page pane and select Rename Master Change Slide Master... in the same context menu, the string for which is found in officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu This opens a dialog called Available Master Slides, the string for which is found in sd/uiconfig/simpress/ui/slidedesigndialog.ui The same dialog also has a label Select a Slide Design the string for which is found in sd/uiconfig/simpress/ui/slidedesigndialog.ui Start working on this Baole Fang committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0a90b90048313fb43f8c5d7461f58dafec276600 tdf#148088: Fix master related UI in Draw It will be available in 7.6.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. Baole, thanks for fixing this. OK in Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 9a4b768b0a22bd3ae627c7355bbd223b9cf65015 CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded Was not ok in Version: 7.5.3.2 (X86_64) / LibreOffice Community Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3 CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded |