diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-12 15:08:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-12 15:43:15 +0900 |
commit | 4dae99718cca38c24d592492b0d6e55d64bee12c (patch) | |
tree | 81cf63d6f8a72525b2b5708e1cb5d7475d75ca25 /konqueror/konqueror.kcfg | |
parent | 410b580b17d06909281c55d6e6f6441a108e0dd9 (diff) | |
download | tdebase-4dae99718cca38c24d592492b0d6e55d64bee12c.tar.gz tdebase-4dae99718cca38c24d592492b0d6e55d64bee12c.zip |
Added GUI option to show/hide "Open in Terminal" inside QuickBrowser menus.
Minor fixup for other GUI options in "Configure Panel... -> Menus".
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6949aae9ce625d009008872fe4297638f12fe1ce)
Diffstat (limited to 'konqueror/konqueror.kcfg')
-rw-r--r-- | konqueror/konqueror.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/konqueror.kcfg b/konqueror/konqueror.kcfg index 9dfc91983..ec4728e03 100644 --- a/konqueror/konqueror.kcfg +++ b/konqueror/konqueror.kcfg @@ -602,7 +602,7 @@ PATH_JAVA <entry key="ConfirmDelete" type="Bool"> <default>true</default> <label>Ask confirmation for deleting a file.</label> - <whatsthis></whatsthis> + <whatsthis>This option tells Konqueror whether to ask for a confirmation when you simply delete the file.</whatsthis> <!-- checked --> </entry> <entry key="ConfirmTrash" type="Bool"> @@ -618,7 +618,7 @@ PATH_JAVA <entry key="TerminalApplication" type="String"> <default>konsole</default> <label></label> - <whatsthis>This option tells Konqueror whether to ask for a confirmation when you simply delete the file.</whatsthis> + <whatsthis>Terminal application to use.</whatsthis> <!-- checked --> </entry> </group> |