diff options
| author | Simon Depiets <[email protected]> | 2019-03-06 08:15:43 +0800 |
|---|---|---|
| committer | Simon Depiets <[email protected]> | 2019-03-06 10:46:54 +0800 |
| commit | c148eff8ca34292acd046fcdbc105e3d1a24b489 (patch) | |
| tree | 58d0506653de3df9657e9ba69617545d79c4f460 /src/settings/dolphin_generalsettings.kcfg | |
| parent | 7a57be98126b2d57a5728ded923474d00d98a04d (diff) | |
Improve wording of split view/pane settings
Summary:
I found these strings very hard to understand then translate without looking into the code because the use of "view" refers to both "the split view" and "the left pane and the right pane of the split view".
This patch attempts to explicitly mention panes when needed.
Reviewers: #dolphin, angeloevertonjr, ngraham
Reviewed By: #dolphin, ngraham
Subscribers: ngraham, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D19579
Diffstat (limited to 'src/settings/dolphin_generalsettings.kcfg')
| -rw-r--r-- | src/settings/dolphin_generalsettings.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/dolphin_generalsettings.kcfg b/src/settings/dolphin_generalsettings.kcfg index e76103c5e..62c171846 100644 --- a/src/settings/dolphin_generalsettings.kcfg +++ b/src/settings/dolphin_generalsettings.kcfg @@ -75,7 +75,7 @@ <default>false</default> </entry> <entry name="CloseActiveSplitView" type="Bool"> - <label>Close active view when toggling off</label> + <label>Close active pane when toggling off split view</label> <default>true</default> </entry> <entry name="ShowToolTips" type="Bool"> |
