diff options
| author | Felix Ernst <[email protected]> | 2023-02-21 14:32:50 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-02-23 14:44:20 +0000 |
| commit | 543378a670e36027da7f83281bcbefd108f5f2bb (patch) | |
| tree | d9fb87e8d4ebec185fb28b512a78610d0aade4da /src | |
| parent | 77c30bddd8f31a62f43cbc92898d9a7e76ecb1dd (diff) | |
Apply suggestions
Diffstat (limited to 'src')
| -rw-r--r-- | src/settings/general/behaviorsettingspage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/general/behaviorsettingspage.cpp b/src/settings/general/behaviorsettingspage.cpp index 67484ac19..80f77aaa8 100644 --- a/src/settings/general/behaviorsettingspage.cpp +++ b/src/settings/general/behaviorsettingspage.cpp @@ -82,8 +82,8 @@ BehaviorSettingsPage::BehaviorSettingsPage(const QUrl &url, QWidget *parent) topLayout->addItem(new QSpacerItem(0, Dolphin::VERTICAL_SPACER_HEIGHT, QSizePolicy::Fixed, QSizePolicy::Fixed)); // 'Switch between panes of split views with tab key' - m_useTabForSplitViewSwitch = new QCheckBox(i18nc("option:check", "Switch between split views panes with tab key")); - topLayout->addRow(i18nc("@title:group", "Split views: "), m_useTabForSplitViewSwitch); + m_useTabForSplitViewSwitch = new QCheckBox(i18nc("option:check split view panes", "Switch between panes with Tab key")); + topLayout->addRow(i18nc("@title:group", "Split view: "), m_useTabForSplitViewSwitch); // 'Close active pane when turning off split view' m_closeActiveSplitView = new QCheckBox(i18nc("option:check", "Turning off split view closes active pane")); |
