summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzutto <zutto@localhost>2024-06-29 09:37:05 +0300
committerzutto <zutto@localhost>2024-06-29 09:37:05 +0300
commit962aaec0c0956279073c60a4aa5df13b7bfbefed (patch)
treed4236dd0c09460ee9b713a9f7bca95eb3527cac7
parentd958d1c0c436ac716648e11864c8934f5d3b2617 (diff)
Improve the clarity of deep crawl feature UI text on AutoCrawler
-rw-r--r--htroot/Autocrawl_p.html4
-rw-r--r--locales/master.lng.xlf2
2 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Autocrawl_p.html b/htroot/Autocrawl_p.html
index db77de051..3202a10d0 100644
--- a/htroot/Autocrawl_p.html
+++ b/htroot/Autocrawl_p.html
@@ -20,7 +20,7 @@
#(changed)#::<dt></dt><dd><span class="error">You need to restart for some settings to be applied</span></dd>#(/changed)#
<dt>Enable Autocrawler:</dt>
<dd><input id="autocrawlEnable" name="autocrawlEnable" type="checkbox" #(autocrawlEnable)#::checked="checked"#(/autocrawlEnable)# /></dd>
- <dt>Deep crawl every:</dt>
+ <dt>Deep crawl every Nth document:</dt>
<dd>
<input id="autocrawlRatio" name="autocrawlRatio" type="number" min="1" max="500" step="1" size="2" maxlength="2" value="#[autocrawlRatio]#" />
Warning: if this is bigger than "Rows to fetch" only shallow crawls will run.
@@ -47,4 +47,4 @@
</dl>
</form>
</fieldset>
-</body> \ No newline at end of file
+</body>
diff --git a/locales/master.lng.xlf b/locales/master.lng.xlf
index 94e77d2eb..8deee4954 100644
--- a/locales/master.lng.xlf
+++ b/locales/master.lng.xlf
@@ -211,7 +211,7 @@
<source>Enable Autocrawler:</source>
</trans-unit>
<trans-unit id="66a1bd2c" xml:space="preserve" approved="no" translate="yes">
- <source>Deep crawl every:</source>
+ <source>Deep crawl every Nth document:</source>
</trans-unit>
<trans-unit id="2291c65d" xml:space="preserve" approved="no" translate="yes">
<source>Warning: if this is bigger than "Rows to fetch" only shallow crawls will run.</source>