Sfoglia il codice sorgente

changed message typo from
"Refresh detects and processes files modified on your disk and diverged from the actual Logseq page content. Continue?" to

"Refresh detects and processes files modified on your disk that have diverged from the current Logseq page content. Continue?"

paul 3 anni fa
parent
commit
bfdae9c1a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/frontend/dicts.cljc

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

@@ -217,7 +217,7 @@
         :open-new-window "New window"
         :open-new-window "New window"
         :sync-from-local-files "Refresh"
         :sync-from-local-files "Refresh"
         :sync-from-local-files-detail "Import changes from local files"
         :sync-from-local-files-detail "Import changes from local files"
-        :sync-from-local-changes-detected "Refresh detects and processes files modified on your disk and diverged from the actual Logseq page content. Continue?"
+        :sync-from-local-changes-detected "Refresh detects and processes files modified on your disk that have diverged from the current Logseq page content. Continue?"
 
 
         :unlink "unlink"
         :unlink "unlink"
         :search/publishing "Search"
         :search/publishing "Search"