diff options
author | Michele Calgaro <[email protected]> | 2020-02-12 15:08:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-12 15:42:34 +0900 |
commit | 6949aae9ce625d009008872fe4297638f12fe1ce (patch) | |
tree | c7678067288201f4644267f8cdb1b805bfbf955a /konqueror | |
parent | b5f293f9437b4af567248d6cfc269fe8a0216391 (diff) | |
download | tdebase-6949aae9ce625d009008872fe4297638f12fe1ce.tar.gz tdebase-6949aae9ce625d009008872fe4297638f12fe1ce.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 <[email protected]>
Diffstat (limited to 'konqueror')
-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> |