diff options
| author | Tem PQD <[email protected]> | 2024-03-27 23:52:18 +0000 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2024-03-27 23:52:18 +0000 |
| commit | d1b06ab94f6936eee7f32f113f44f17b7477ac22 (patch) | |
| tree | 74443b30962981b166b3a733b29055b1cbe95203 /src/settings/dolphin_generalsettings.kcfg | |
| parent | 240d33ce17fc531e8bc6638af8f71454fe7c05e6 (diff) | |
Touch up various user-visible strings
This improves consistency among wording. More clarity is achieved
by avoiding technical terms or terms with multiple meanings.
Notable changes:
-Specify full settings path: "Configure Dolphin > View > General"
in Show Hidden Files whatsThis
-Mention setting to hide files with application/x-trash MIME type
in "Show Hidden Files" whatsThis
-Mention Split View mode in "Copy/Move to Other View" whatsThis
-Reword "Activate Tab" actions to "Go to Tab" (Next, Previous,
Last, numbers)
-Add "Last Tab" iconText, consistent with "Next Tab" & "Previous
Tab"
-Update Split View whatsthis to explain how to tell which view is
"in focus" visually
-Replace "pane" with "view" in split view settings text, and
clarify tooltip text
-Reword "objects" to "items" in whatsThis texts
-Reword "find bar" to "search bar" in Search button whatsThis text
Diffstat (limited to 'src/settings/dolphin_generalsettings.kcfg')
| -rw-r--r-- | src/settings/dolphin_generalsettings.kcfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/settings/dolphin_generalsettings.kcfg b/src/settings/dolphin_generalsettings.kcfg index c84cc5617..dbb7dcd2c 100644 --- a/src/settings/dolphin_generalsettings.kcfg +++ b/src/settings/dolphin_generalsettings.kcfg @@ -51,7 +51,7 @@ <default>true</default> </entry> <entry name="SplitView" type="Bool"> - <label>Split the view into two panes</label> + <label>Place two views side by side</label> <default>false</default> <emit signal="splitViewChanged" /> </entry> @@ -76,7 +76,7 @@ <default>true</default> </entry> <entry name="RenameInline" type="Bool"> - <label>Rename inline</label> + <label>Rename single items inline</label> <default>true</default> </entry> <entry name="ShowSelectionToggle" type="Bool"> @@ -88,11 +88,11 @@ <default>true</default> </entry> <entry name="UseTabForSwitchingSplitView" type="Bool"> - <label>Use tab for switching between right and left split</label> + <label>Use tab for switching between right and left view</label> <default>false</default> </entry> <entry name="CloseActiveSplitView" type="Bool"> - <label>Close active pane when toggling off split view</label> + <label>Close the view in focus when turning off split view</label> <default>true</default> </entry> <entry name="OpenNewTabAfterLastTab" type="Bool"> @@ -100,7 +100,7 @@ <default>false</default> </entry> <entry name="ShowToolTips" type="Bool"> - <label>Show tooltips</label> + <label>Show item information on hover</label> <default>false</default> </entry> <entry name="ViewPropsTimestamp" type="DateTime" > |
