diff options
| author | yu shuoqi <[email protected]> | 2025-10-30 22:38:29 +0800 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-10-30 14:38:29 +0000 |
| commit | 3dda2b703f03212d3c90597b01ba31a69db39941 (patch) | |
| tree | d2f92cbfd26baafaaa06ed7a39cea3fd756eb319 /src/dolphinviewcontainer.cpp | |
| parent | 6d57e51892ffc7d55f974db4d615344c7d0d1981 (diff) | |
GeneralViewSettingsPage: Improve the wording "Browse archives as folders"
Replace the wording "Open archives as folder" to the wording "Browse archives as folders".
BUG: 499782
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index ede584157..b3a8a664a 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -803,7 +803,7 @@ void DolphinViewContainer::slotfileMiddleClickActivated(const KFileItem &item) connect(job, &KIO::OpenUrlJob::finished, this, &DolphinViewContainer::slotOpenUrlFinished); job->start(); } else { - // If no 2nd service available, try to open archives in new tabs, regardless of the "Open archives as folder" setting. + // If no 2nd service available, try to open archives in new tabs, regardless of the "Browse compressed files as folders" setting. const QUrl &url = DolphinView::openItemAsFolderUrl(item); const auto modifiers = QGuiApplication::keyboardModifiers(); if (!url.isEmpty()) { |
