1
0
Эх сурвалжийг харах

enhance: make it easy to different between search-in-page and find-in-page

Tienson Qin 3 жил өмнө
parent
commit
d822f5928a

+ 3 - 3
src/main/frontend/modules/shortcut/dicts.cljc

@@ -76,11 +76,11 @@
    :editor/zoom-in                 "Zoom in editing block / Forwards otherwise"
    :editor/zoom-out                "Zoom out editing block / Backwards otherwise"
    :ui/toggle-brackets             "Toggle whether to display brackets"
-   :go/search-in-page              "Search in the current page"
-   :go/electron-find-in-page       "Find in page"
+   :go/search-in-page              "Search blocks in the current page"
+   :go/electron-find-in-page       "Find text in page"
    :go/electron-jump-to-the-next   "Jump to the next match to your Find bar search"
    :go/electron-jump-to-the-previous "Jump to the previous match to your Find bar search"
-   :go/search                      "Full text search"
+   :go/search                      "Search pages and blocks"
    :go/journals                    "Go to journals"
    :go/backward                    "Backwards"
    :go/forward                     "Forwards"