]> git.lyx.org Git - lyx.git/commitdiff
cosmetics - synchronize with the rest of strings
authorPavel Sanda <sanda@lyx.org>
Tue, 2 Jul 2024 21:47:42 +0000 (23:47 +0200)
committerPavel Sanda <sanda@lyx.org>
Tue, 2 Jul 2024 21:50:25 +0000 (23:50 +0200)
src/frontends/qt/GuiWorkArea.cpp
src/frontends/qt/GuiWorkArea.h

index dffcdbd284c82b87aad3d7397466d566146fab07..6a13727602c211baf1fab751641a1fbf05fe8692 100644 (file)
@@ -1982,7 +1982,7 @@ bool TabWorkArea::closeTabsToRight()
 }
 
 
-bool TabWorkArea::openEnclosingFolder()
+bool TabWorkArea::openEnclosingDirectory()
 {
 
        if (clicked_tab_ == -1)
@@ -2343,7 +2343,7 @@ void TabWorkArea::showContextMenu(const QPoint & pos)
 
        popup.addSeparator();
 
-       popup.addAction(qt_("Open Enclosing &Folder"), this, SLOT(openEnclosingFolder()));
+       popup.addAction(qt_("Open Enclosing &Directory"), this, SLOT(openEnclosingDirectory()));
 
        popup.exec(tabBar()->mapToGlobal(pos));
 
index b37faf0046686c3e5b3f125fedf62a2980d6b4c1..8eeecadeb5780e6f6a579c86011231c9993aabde 100644 (file)
@@ -253,7 +253,7 @@ public Q_SLOTS:
        ///
        void moveToEndCurrentTab();
        ///
-       bool openEnclosingFolder();
+       bool openEnclosingDirectory();
        /// close the tab given by \c index
        void closeTab(int index);
        ///