Re: [LyX/master] Extend tab context menu features

2024-06-26 Thread Richard Kimberly Heck
On 6/26/24 6:07 AM, Daniel wrote: On 2024-06-25 17:38, Pavel Sanda wrote: On Sat, Jun 01, 2024 at 05:25:19PM +, Jean-Marc Lasgouttes wrote: +    popup.addAction(qt_("Open Enclosing &Folder"), this, SLOT(openEnclosingFolder())); In all other strings we use "directory", not folder. Should I

Re: [LyX/master] Extend tab context menu features

2024-06-26 Thread Daniel
On 2024-06-25 17:38, Pavel Sanda wrote: On Sat, Jun 01, 2024 at 05:25:19PM +, Jean-Marc Lasgouttes wrote: + popup.addAction(qt_("Open Enclosing &Folder"), this, SLOT(openEnclosingFolder())); In all other strings we use "directory", not folder. Should I fix only master or branch as