Bug 143549 - 3 dots missing after Import/Export strings in Macro Editor > File menu
Summary: 3 dots missing after Import/Export strings in Macro Editor > File menu
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.3.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:7.3.0
Keywords: difficultyBeginner, easyHack, skillDesign, topicDesign
Depends on:
Blocks:
 
Reported: 2021-07-26 14:42 UTC by sophie
Modified: 2021-09-06 13:47 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sophie 2021-07-26 14:42:51 UTC
All strings are located in:
https://git.libreoffice.org/core/+/master/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu#0
Import Basic should be Import BASIC...
Export Basic should be Export BASIC...
Export Dialog should be Export Dialog...
Import Dialog should be Import Dialog...
Comment 1 Julien Nabet 2021-07-26 16:27:12 UTC
Heiko/Xisco: Since these entries open a dialog box, I agree.
Ok for you or should we consider something else to know if it needs "..." or not?
Comment 2 Heiko Tietze 2021-08-20 08:59:09 UTC
That's the rule, if the command opens a dialog it's indicated by these dots.

officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu

<node oor:name=".uno:LoadBasic" oor:op="replace">
and .uno:SaveBasicAs, .uno:ExportDialog, .uno:ImportDialog
(change the labels at "<value xml:lang="en-US">")
Comment 3 Julien Nabet 2021-08-20 09:10:48 UTC
Thank you for the feedback. Since you set it as an easyhack, I'll let this for newcomers.
Comment 4 Commit Notification 2021-09-06 13:40:18 UTC
Baran Aytas committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/aa695290263140deb24203e65148aa81fbaa6f1c

tdf#143549: 3 dots missing after Import/Export strings in File menu

It will be available in 7.3.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.