Browse Source

added "the"

Gildas 7 years ago
parent
commit
ab7f27d41d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      extension/ui/pages/help.html
  2. 1 1
      extension/ui/pages/options.html

+ 1 - 1
extension/ui/pages/help.html

@@ -50,7 +50,7 @@
 					</li>
 
 					<li>
-						<span class="option">append save date to the filename</span>
+						<span class="option">append the save date to the filename</span>
 						<p>Check this option to append the save date of the webpage to the filename.
 						</p>
 						<p class="notice">It is recommended to

+ 1 - 1
extension/ui/pages/options.html

@@ -18,7 +18,7 @@
 			</div>
 			<h4>Filename</h4>
 			<div class="option">
-				<label for="appendSaveDateInput">append save date to the filename</label>
+				<label for="appendSaveDateInput">append the save date to the filename</label>
 				<input type="checkbox" id="appendSaveDateInput">
 			</div>
 			<h4>Page content</h4>