]> 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:47:42 +0000 (23:47 +0200)
src/frontends/qt/GuiWorkArea.cpp
src/frontends/qt/GuiWorkArea.h

index bebfd34a9c233dcbc32c2eb3900dded730102122..5c94f1e049607d82bb79ba759255037c4c348457 100644 (file)
@@ -1997,7 +1997,7 @@ bool TabWorkArea::closeTabsToRight()
 }
 
 
-bool TabWorkArea::openEnclosingFolder()
+bool TabWorkArea::openEnclosingDirectory()
 {
 
        if (clicked_tab_ == -1)
@@ -2358,7 +2358,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 9075fbe20e910d4e7ec624e66994b5937af4b7ed..4d9e64d53f61f96e259e4f5a8367fef4a5f84a91 100644 (file)
@@ -255,7 +255,7 @@ public Q_SLOTS:
        ///
        void moveToEndCurrentTab();
        ///
-       bool openEnclosingFolder();
+       bool openEnclosingDirectory();
        /// close the tab given by \c index
        void closeTab(int index);
        ///