Gildas пре 7 година
родитељ
комит
b1f4dbd0a1
2 измењених фајлова са 5 додато и 4 уклоњено
  1. 1 1
      README.MD
  2. 4 3
      extension/ui/pages/help.html

+ 1 - 1
README.MD

@@ -63,7 +63,7 @@ See https://addons.mozilla.org/en-US/firefox/addon/single-file/statistics/?last=
   - The following characters are replaced with _ in filenames: ~, \\, ?, %, *, :, |, ", <, >  
 - Chrome/Opera:
   - You must enable the option "Allow access to file URLs" in the extension page to display the infobar when viewing a saved page, or to save a page stored on the filesystem.
-  - If the filename of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3", disable the option "Misc > Save pages in background". Reinstalling Chrome may also fix this issue.
+  - If the filename of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3", disable the option "Misc > Save pages in background". Reinstalling the browser may also fix this issue.
 
 ## Troubleshooting unknown issues
 Please follow these steps if you find an unknown issue:

+ 4 - 3
extension/ui/pages/help.html

@@ -437,7 +437,8 @@
 					<li><code>{url-username}</code>: the user name of the URL (e.g. "john_doe")</li>
 					<li><code>{url-password}</code>: the password of the URL (e.g. "qwerty123")</li>
 					<li><code>{url-search}</code>: the search string of the URL (e.g. "order=ascending")</li>
-					<li><code>{url-search-&lt;name&gt;}</code>: the query parameter "&lt;name&gt;" in the the search string of the URL (e.g. "url-search-order" will return "ascending" in the previous example)</li>
+					<li><code>{url-search-&lt;name&gt;}</code>: the query parameter "&lt;name&gt;" in the the search string of the URL
+						(e.g. "url-search-order" will return "ascending" in the previous example)</li>
 					<li><code>{url-hash}</code>: the hash of the URL (e.g. "chapter-2")</li>
 					<li><code>{url-referrer}</code>: the URI of the page that "linked" to the page (e.g. "http_example.com")</li>
 					<li><code>{tab-id}</code>: the unique identifier of the tab (e.g. "326")</li>
@@ -473,8 +474,6 @@
 							<li>The last saved path cannot be remembered by default. To circumvent this limitation, disable the option
 								"Misc. &gt; Save pages in background".</li>
 							<li>The following characters are replaced with _ in filenames: ~, \, ?, %, *, :, |, ", &lt;, &gt;</li>
-							<li>If the filename of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3", disable the option "Misc.
-								&gt; Save pages in background"</li>
 						</ul>
 					</li>
 					<li>
@@ -483,6 +482,8 @@
 							<li>You must enable the option "Allow access to file URLs" in the extension page to display the infobar when
 								viewing
 								a saved page, or to save a page stored on the filesystem.</li>
+							<li>If the filename of a saved page looks like "56833935-156b-4d8c-a00f-19599c6513d3", disable the option "Misc.
+								&gt; Save pages in background". Reinstalling the browser may also fix this issue.</li>
 						</ul>
 					</li>
 				</ul>