Browse Source

Clarify the option to prefer pasting a file rather than text

Fixes #8362
Dan Zwell 3 years ago
parent
commit
7cc3645095
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/main/frontend/dicts.cljc
  2. 1 1
      templates/config.edn

+ 1 - 1
src/main/frontend/dicts.cljc

@@ -225,7 +225,7 @@
         :settings-page/custom-date-format-warning "Re-index required! Existing journal references would be broken!"
         :settings-page/preferred-file-format "Preferred file format"
         :settings-page/preferred-workflow "Preferred workflow"
-        :settings-page/preferred-pasting-file "Preferred pasting file"
+        :settings-page/preferred-pasting-file "Prefer pasting file"
         :settings-page/enable-shortcut-tooltip "Enable shortcut tooltip"
         :settings-page/enable-timetracking "Timetracking"
         :settings-page/enable-tooltip "Tooltips"

+ 1 - 1
templates/config.edn

@@ -272,7 +272,7 @@
  ;; Enable logical outdenting
  ;; :editor/logical-outdenting? true
 
- ;; Enable preferring pasting file from clipboard
+ ;; When both text and a file are in the clipboard, paste the file
  ;; :editor/preferred-pasting-file? true
 
  ;; Quick capture templates for receiving contents from other apps.